glue-d ~master (2020-04-06T00:01:20Z)
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