| IClientLogging Interface |
Namespace: Six.Sixp.Client
public interface IClientLogging
The IClientLogging type exposes the following members.
| Name | Description | |
|---|---|---|
| IsDebugLoggingEnabled |
Returns true if debug logging is enabled
|
| Name | Description | |
|---|---|---|
| OnLogMessage(LogLevel, String) |
Fires on when client logs text.
| |
| OnLogMessage(LogLevel, String, Exception) |
Fires on when client logs text including an Exception
|