Click or drag to resize

ILoggerLog(String, Exception) Method

Log an exception.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void Log(
	string source,
	Exception ex
)

Parameters

source  String
The source of the message, i.e. the plugin name.
ex  Exception
The exception.
See Also