CFileAndConsoleLogger

Logs to a file and the console.

class CFileAndConsoleLogger : CMultiLogger {}

Constructors

this
this(string name)
Undocumented in source.

Inherited Members

From CMultiLogger

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.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta