ConsoleLogOutput

synchronized
class ConsoleLogOutput : LogOutput {}

Members

Functions

write
void write(in LogMessage lm, string str)

log messages with level > ERROR puts to stdout, and stderr otherwise

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