glue-d ~dev (2021-11-24T22:16:42.8977121)
Dub
Repo
Logger.LevelMixin
glued
logging
CreateLogger
Logger
Undocumented in source.
struct
Logger
mixin template
LevelMixin (
string
staticMethod
string
runtimeMethod
string
member
) {
mixin
StaticLevelMixin
!(
staticMethod
,
member
)
;
mixin
RuntimeLevelMixin
!(
runtimeMethod
,
member
)
;
}
Members
Mixins
__anonymous
mixin
StaticLevelMixin
!(
staticMethod
,
member
)
Undocumented in source.
__anonymous
mixin
RuntimeLevelMixin
!(
runtimeMethod
,
member
)
Undocumented in source.
Meta
Source
See Implementation
glued
logging
CreateLogger
Logger
constructors
this
mixins
__anonymous
mixin templates
LevelMixin
RuntimeLevelMixin
StaticLevelMixin
properties
location
log
logged
static functions
Log
event
indentLines
numberLines
txt
structs
LogClosure
LoggedClosure
logClosure
variables
logSink