FileLogOutput
synchronized
class FileLogOutput :
LogOutput {
FILE* file;
}
- this
this(string fname)
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
- writeMessage
void writeMessage(in LogMessage, string msg)
- opCall
void opCall(in LogMessage lm)
- writeMessage
void writeMessage(in LogMessage, string)
- formatLogMessage
string formatLogMessage(in LogMessage lm)
by default call des.util.logsys.base.defaultFormatLogMessage
output to file