ConsoleLogger

Undocumented in source.
final
class ConsoleLogger : Logger {}

Members

Functions

write
void write(int color, string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

info
void info(T value)
Undocumented in source.
info
void info(A args)
Undocumented in source.
info2
void info2(T value)
Undocumented in source.
info2
void info2(A args)
Undocumented in source.
info3
void info3(T value)
Undocumented in source.
info3
void info3(A args)
Undocumented in source.
error
void error(T value)
Undocumented in source.
error
void error(A args)
Undocumented in source.
warning
void warning(T value)
Undocumented in source.
warning
void warning(A args)
Undocumented in source.
msg
void msg(T value)
Undocumented in source.
msg
void msg(A args)
Undocumented in source.
ident
ubyte ident;
Undocumented in source.
log
void log(int c, string s)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int color, string s)
Undocumented in source.

Meta