glue-d ~master (2020-04-06T00:01:20Z)
Dub
Repo
StdoutSink
glued
logging
Trivial sink, useful mostly for debugging, development and testing
class
StdoutSink :
LogSink
{
import
std
.
stdio
;
;
void
consume
(LogEvent e);
}
Members
Functions
consume
void
consume
(LogEvent e)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From LogSink
consume
void
consume
(LogEvent e)
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
Trivial sink, useful mostly for debugging, development and testing