 | ILoggerLog(String, Exception) Method |
Log an exception.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid Log(
string source,
Exception ex
)
Sub Log (
source As String,
ex As Exception
)
Parameters
- source String
- The source of the message, i.e. the plugin name.
- ex Exception
- The exception.
See Also