unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
HistoryLogger
unecht
core
logger
final
static if
(
__VERSION__ >= 2067
)
class
HistoryLogger :
Logger
{
import
std
.
experimental
.
logger
;
;
StaticRingBuffer
!(
100
,
LogEntry
)
history
;
this
();
void
writeLogMsg
(LogEntry payload);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
writeLogMsg
void
writeLogMsg
(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
history
StaticRingBuffer
!(
100
,
LogEntry
)
history
;
Undocumented in source.
Inherited Members
From Logger
info
void
info
(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
infof
void
infof
(string str, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
error
alias
error
=
info
Undocumented in source.
errorf
alias
errorf
=
infof
Undocumented in source.
warning
alias
warning
=
info
Undocumented in source.
warningf
alias
warningf
=
infof
Undocumented in source.
Meta
Source
See Implementation
unecht
core
logger
classes
HistoryLogger
structs
Logger
variables
log
logHistory