DwtLogger

Undocumented in source.

Members

Functions

error
void error(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
trace
void trace(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.
warn
void warn(String file, ulong line, String fmt, ...)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

logger
tango.util.log.Log.Logger logger;
Undocumented in source.

Inherited Members

From IDwtLogger

trace
void trace(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
warn
void warn(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(String file, ulong line, String fmt, T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta