Log

Undocumented in source.

Members

Aliases

Logger
alias Logger = void delegate(Level, string, string, size_t)
Undocumented in source.

Enums

Level
enum Level
Undocumented in source.

Static functions

addLogger
auto addLogger(Logger logger)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
format
string format(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(Level level, string s, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLogger
void removeLogger(Logger logger)
Undocumented in source. Be warned that the author may not have intended to support it.
warning
void warning(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta