CMultiLogger

Logs to several other loggers.

Constructors

this
this(Logger[] loggers)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
log
void log(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
rename
void rename(string name)
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