CRawFileLogger

File logger without formatting.

Constructors

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

Variables

f
File f;
Undocumented in source.
fileName
string fileName;
Undocumented in source.
timestampedFilenames
bool timestampedFilenames;

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

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