CConsoleLogger

Logs to the console (standard error).

Constructors

this
this(string name)
Undocumented in source.

Members

Functions

log
void log(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CLogger

log
void log(char[] str)

Log a line.

opCall
alias opCall = log
Undocumented in source.
rename
void rename(string name)

Change the output (rotate) the log file.

close
void close()

Close the log ifel.

name
string name;
Undocumented in source.
open
void open()
Undocumented in source. Be warned that the author may not have intended to support it.
reopen
void reopen()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta