CFileLogger

Basic file logger.

Constructors

this
this(string name, bool timestampedFilenames)
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.
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.

Inherited Members

From CRawFileLogger

timestampedFilenames
bool timestampedFilenames;

Whether to include the current time in the log file name.

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