Logger

Logger

Represents a logger instance

Constructors

this
this()

Constructs a new Logger with the default MessageTransform, see TODO (ref module)

this
this(MessageTransform messageTransform)

Constructs a new Logger with the given MessageTransform

Members

Functions

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