FileLogOutput
synchronized
class FileLogOutput :
LogOutput {
}
- this
this(string filename)
A destructor is present on this object, but not explicitly documented in the source.
- firstLine
string firstLine()
call from ctor and past to file first line with datetime
- write
void write(in LogMessage, string msg)
- file
FILE* file;
- opCall
void opCall(in LogMessage lm)
- write
void write(in LogMessage, string)
- formatLogMessage
string formatLogMessage(in LogMessage lm)
by default call des.util.logsys.base.defaultFormatLogMessage
output to file