Logger.FileSink

a sink that outputs to a file

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

write_line
void write_line(string log, Verbosity level)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

path
string path;
Undocumented in source.

Inherited Members

From ILogSink

write_line
void write_line(string log, Verbosity level)

writes a message to the sink

Meta