RawFileLogger

Undocumented in source.

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

Inherited Members

From Logger

opCall
alias opCall = log
Undocumented in source.
log
void log(char[] str)
Undocumented in source.
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.
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