API reference

LogSink Class

Extends ILogSink

Properties

IErrorMitigator ErrorMitigator[Get]
The log writer where all the outputs will be written.
The logging options.

Object Data for package-func

LogSink
( ILogWriter logWriter,
LoggerOptions options,
IErrorMitigator errorMitigator )

Member Functions

Write a log entry to the sink.
Parameters
logEntry
The entry to write.
void WriteVerbose
( string message )
void WriteDebug
( string message )
void WriteInfo
( string message )
void WriteWarning
( string message )
void WriteError
( string message )