hunt.logging.Logger

Undocumented in source.

Members

Aliases

LogLayoutHandler
alias LogLayoutHandler = string delegate(string time_prior, string tid, string level, string myFunc, string msg, string file, size_t line)
Undocumented in source.
critical
alias critical = logFatal
Undocumented in source.
criticalf
alias criticalf = logFatalf
Undocumented in source.
error
alias error = logError
Undocumented in source.
errorf
alias errorf = logErrorf
Undocumented in source.
info
alias info = logInfo
Undocumented in source.
infof
alias infof = logInfof
Undocumented in source.
trace
alias trace = logDebug
Undocumented in source.
tracef
alias tracef = logDebugf
Undocumented in source.
warning
alias warning = logWarning
Undocumented in source.
warningf
alias warningf = logWarningf
Undocumented in source.

Classes

Logger
class Logger

Enums

LogLevel
enum LogLevel
Undocumented in source.

Functions

logLoadConf
void logLoadConf(LogConf conf)
Undocumented in source. Be warned that the author may not have intended to support it.
setLogLayout
void setLogLayout(LogLayoutHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

LogConf
struct LogConf
Undocumented in source.

Meta