log

Undocumented in source.

Members

Aliases

warn
alias warn = warning
Undocumented in source.

Static functions

add_sink
void add_sink(LogSink s)
Undocumented in source. Be warned that the author may not have intended to support it.
debg
void debg(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
remove_all_sinks
void remove_all_sinks()
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace()
Undocumented in source. Be warned that the author may not have intended to support it.
warning
void warning(string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_facade
FacadeImpl _facade;
Undocumented in source.

Meta