Class ExceptionlessSplatLogger
- Namespace
- Splat.Exceptionless
- Assembly
- Splat.Exceptionless.dll
Splat logger implementation that wraps Exceptionless functionality.
- Inheritance
-
Exceptionless
Splat Logger
- Implements
-
ILogger
- Extension Methods
Constructors
ExceptionlessSplatLogger(Type, ExceptionlessClient)
Initializes a new instance of the Exceptionless
Parameters
sourceTypeTypeThe type that this logger will represent.
exceptionlessClientExceptionlessClient The Exceptionless client instance to use.
Properties
Level
Gets the level at which the target will emit messages.
Property Value
- Log
Level
Methods
Write(Exception, string, LogLevel)
Writes a message to the target.
Parameters
exceptionExceptionThe exception that occurred.
messagestringThe message to write.
logLevelLogLevel The severity level of the log message.
Write(Exception, string, Type, LogLevel)
Writes a message to the target.
Parameters
exceptionExceptionThe exception that occurred.
messagestringThe message to write.
typeTypeThe type associated with the log message.
logLevelLogLevel The severity level of the log message.
Write(string, LogLevel)
Writes a message to the target.
Parameters
messagestringThe message to write.
logLevelLogLevel The severity level of the log message.
Write(string, Type, LogLevel)
Writes a message to the target.