FileLogger

A logger that prints into a file

Constructors

this
this(string name, string mode)

open file pointed to by name with mode

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

print
void print(string msg)

print msg into the log

close
void close()

release resource associated with the logger

Meta