MsgLog

Undocumented in source.

Members

Aliases

logger
alias logger = resolveInjector!Logger
Undocumented in source.

Functions

handleNotification
void handleNotification(void* p)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

addLogNotificationListener
void addLogNotificationListener(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
removeLogNotificationListener
void removeLogNotificationListener(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
sendLogNotification
void sendLogNotification(LogNotification n)
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace(A args)
Undocumented in source. Be warned that the author may not have intended to support it.
warning
void warning(A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_MSGLOG
shared(MsgLog) _MSGLOG;
Undocumented in source.

Structs

LogNotification
struct LogNotification
Undocumented in source.

Meta