Logger.ConsoleSink

a sink that outputs to the console

class Logger
static
class ConsoleSink : ILogSink {}

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.

Inherited Members

From ILogSink

write_line
void write_line(string log, Verbosity level)

writes a message to the sink

Meta