glue-d ~master (2020-04-06T00:01:20Z)
Dub
Repo
CodeLocation
glued
logging
Undocumented in source.
struct
CodeLocation {
string
filename
;
int
line
;
string
moduleName
;
string
aggregateName
;
string
functionName
;
string
prettyFunctionName
;
string
path
[@property getter];
}
Members
Properties
path
string
path
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
aggregateName
string
aggregateName
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
functionName
string
functionName
;
Undocumented in source.
line
int
line
;
Undocumented in source.
moduleName
string
moduleName
;
Undocumented in source.
prettyFunctionName
string
prettyFunctionName
;
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