FileLogOutput

output to file

Constructors

this
this(string fname)

Destructor

~this
~this()
Undocumented in source.

Members

Functions

firstLine
string firstLine()

call from ctor and past to file first line with datetime

writeMessage
void writeMessage(LogMessage , string msg)

Variables

file
FILE* file;
Undocumented in source.

Inherited Members

From LogOutput

rule
Rule rule;
Undocumented in source.
enable
bool enable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
enable
bool enable [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
void opCall(LogMessage lm)
writeMessage
void writeMessage(LogMessage , string )
formatLogMessage
string formatLogMessage(LogMessage lm)

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

Meta