HistoryLogger

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