FileLogger

Undocumented in source.

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 RawFileLogger

timestampedFilenames
bool timestampedFilenames;
Undocumented in source.
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