Click or drag to resize
IClientLoggingOnLogMessage Method (LogLevel, String, Exception)
Fires on when client logs text including an Exception

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
void OnLogMessage(
	LogLevel level,
	string text,
	Exception ex
)

Parameters

level
Type: Six.Sixp.ClientLogLevel
Specifies the log level
text
Type: SystemString
The text to log
ex
Type: SystemException
Exception to log with the text
See Also