ErrorMitigator[Get] | |
LogWriter[Get] The log writer where all the outputs will be written. | |
Options[Get] The logging options. |
void | WriteEntry ( LogEntry logEntry ) Write a log entry to the sink. |
void | WriteVerbose ( string message ) |
void | WriteDebug ( string message ) |
void | WriteInfo ( string message ) |
void | WriteWarning ( string message ) |
void | WriteError ( string message ) |
IErrorMitigator Meta.Voice.Logging.LogSink.ErrorMitigator |
---|
No description available.
|
ILogWriter Meta.Voice.Logging.LogSink.LogWriter |
---|
The log writer where all the outputs will be written. |
LoggerOptions Meta.Voice.Logging.LogSink.Options |
---|
The logging options. |
Meta.Voice.Logging.LogSink.LogSink ( ILogWriter logWriter, LoggerOptions options, IErrorMitigator errorMitigator ) |
---|
No description available.
|
void Meta.Voice.Logging.LogSink.WriteEntry ( LogEntry logEntry ) |
---|
Write a log entry to the sink. Parameters logEntry The entry to write. |
void Meta.Voice.Logging.LogSink.WriteVerbose ( string message ) |
---|
No description available.
|
void Meta.Voice.Logging.LogSink.WriteDebug ( string message ) |
---|
No description available.
|
void Meta.Voice.Logging.LogSink.WriteInfo ( string message ) |
---|
No description available.
|
void Meta.Voice.Logging.LogSink.WriteWarning ( string message ) |
---|
No description available.
|
void Meta.Voice.Logging.LogSink.WriteError ( string message ) |
---|
No description available.
|