Click or drag to resize

ILoggerLog(String, String) Method

Write a log message.

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

Parameters

source  String
The source of the message, i.e. the plugin name.
message  String
The log message.
See Also