Click or drag to resize
IClientLogging Interface
Interface for client logging

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public interface IClientLogging

The IClientLogging type exposes the following members.

Properties
  NameDescription
Public propertyIsDebugLoggingEnabled
Returns true if debug logging is enabled
Top
Methods
  NameDescription
Public methodOnLogMessage(LogLevel, String)
Fires on when client logs text.
Public methodOnLogMessage(LogLevel, String, Exception)
Fires on when client logs text including an Exception
Top
See Also