FileLogOutput

output to file

Constructors

this
this(string filename)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

firstLine
string firstLine()

call from ctor and past to file first line with datetime

write
void write(in LogMessage, string msg)

fprintf

Variables

file
FILE* file;

Inherited Members

From LogOutput

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

Meta