API reference
API reference
Select your platform
No SDKs available
No versions available

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 )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon