CLogger

Base logger class.

Constructors

this
this(string name)
Undocumented in source.

Members

Aliases

opCall
alias opCall = log
Undocumented in source.

Functions

close
void close()

Close the log ifel.

log
void log(char[] str)

Log a line.

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

Change the output (rotate) the log file.

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

Variables

name
string name;
Undocumented in source.

Meta