FileLogOutput

output to file

Constructors

this
this(string filename)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

firstLine
string firstLine()

call from ctor and past to file first line with datetime

write
void write(LogMessage , string msg)

fprintf

Variables

file
FILE* file;

Inherited Members

From LogOutput

opCall
void opCall(LogMessage lm)
write
void write(LogMessage , string )
formatLogMessage
string formatLogMessage(LogMessage lm)

by default call des.util.logsys.base.defaultFormatLogMessage

Meta