Logger

Undocumented in source.

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

logDebug
void logDebug(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
logDebug_
void logDebug_(string message)
Undocumented in source.
logError
void logError(string message)
Undocumented in source.
logException
void logException(string messageInfo, Exception e)
Undocumented in source.
logInfo
void logInfo(string message)
Undocumented in source.
logWarn
void logWarn(string message)
Undocumented in source.

Variables

name
string name;

The name of the logger.

Meta