Logger.logClosure

Undocumented in source.
struct Logger
struct logClosure (
string f = __FILE__
int l = __LINE__
string m = __MODULE__
string foo = __FUNCTION__
string prettyFoo = __PRETTY_FUNCTION__
) {}

Members

Functions

emit
void emit(Level level, T t)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

logSink
LogSink logSink;
Undocumented in source.

Meta