DefaultLogger

DefaultLogger

The default logger logs to standard output (fd 0)

final
class DefaultLogger : Logger {}

Constructors

this
this()
Undocumented in source.

Members

Functions

logImpl
void logImpl(string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

log
void log(TextType message, string c1, string c2, ulong c3, string c4, string c5, string c6, string[] contextExtras)

Log a message

logImpl
void logImpl(string message)

Logging implementation, this is where the fina transformed text will be transferred to and finally logged

Meta