glue-d ~master (2020-04-06T00:01:20Z)
Dub
Repo
CreateLogger
glued
logging
Undocumented in source.
mixin template
CreateLogger (
string
f
= __FILE__
int
l
= __LINE__
string
m
= __MODULE__
string
foo
= __FUNCTION__
string
prettyFoo
= __PRETTY_FUNCTION__
) {
alias
Here
=
typeof
(
this
)
;
alias
Here
=
___Module___
;
struct
Logger
;
}
Members
Aliases
Here
alias
Here
=
typeof
(
this
)
Undocumented in source.
Here
alias
Here
=
___Module___
Undocumented in source.
Structs
Logger
struct
Logger
Undocumented in source.
Meta
Source
See Implementation
glued
logging
classes
DeferredLogSink
StdoutSink
VoidSink
enums
Level
___Module___
functions
collapse
cutDown
enforceLength
format
mergeBrokenSegments
normalize
normalizeSegments
shorten
shortenLastSegmentTemplating
shortenSegments
toLevel
interfaces
LogSink
mixin templates
CreateLogger
structs
CodeLocation
LogEvent
StaticSink
variables
maxLevelNameLength