reng v0.5.0 (2021-11-25T01:25:45Z)
Dub
Repo
Logger.FileSink
re
util
logger
Logger
a sink that outputs to a file
class
Logger
static
class
FileSink :
ILogSink
{
string
path
;
this
(string path);
void
write_line
(string log, Verbosity level);
}
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
Source
See Implementation
re
util
logger
Logger
classes
ConsoleSink
FileSink
constructors
this
enums
Verbosity
functions
crit
err
info
trace
warn
write_line
interfaces
ILogSink
variables
sinks
verbosity
a sink that outputs to a file