hunt ~master (2022-04-01T03:44:56Z)
Home
Dub
Repo
hunt.logging.Logger
hunt
logging
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
Source
See Source File
hunt
logging
modules
ConsoleLogger
Helper
Logger