Logger

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Static functions

log
void log(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logDebug
void logDebug(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logError
void logError(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logFatal
void logFatal(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logInfo
void logInfo(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logTrace
void logTrace(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logWarn
void logWarn(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logf
void logf(string fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfDebug
void logfDebug(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfError
void logfError(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfFatal
void logfFatal(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfInfo
void logfInfo(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfTrace
void logfTrace(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
logfWarn
void logfWarn(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta