ConsoleLogOutput

synchronized
class ConsoleLogOutput : LogOutput {}

Members

Functions

writeMessage
void writeMessage(LogMessage lm, string str)

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

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