Class ExceptionlessSplatLogger
- Namespace
- Splat.Exceptionless
- Assembly
- Splat.Exceptionless.dll
Exceptionless Logger into Splat.
- Inheritance
-
Exceptionless
Splat Logger
- Implements
- Extension Methods
Constructors
ExceptionlessSplatLogger(Type, ExceptionlessClient)
Initializes a new instance of the Exceptionless
Parameters
sourceType
TypeThe type being tracked.
exceptionlessClient
ExceptionlessClient The exceptionless client instance to use.
Properties
Level
Gets the level at which the target will emit messages.
Property Value
Methods
Write(Exception, string, LogLevel)
Writes a message to the target.
Parameters
exception
ExceptionThe exception that occured.
message
stringThe message to write.
logLevel
LogLevel The severity level of the log message.
Write(Exception, string, Type, LogLevel)
Writes a message to the target.
Parameters
exception
ExceptionThe exception that occured.
message
stringThe message.
type
TypeThe type.
logLevel
LogLevel The log level.
Write(string, LogLevel)
Writes a message to the target.
Parameters
Write(string, Type, LogLevel)
Writes a message to the target.