Click or drag to resize

ISdkLoggerWriteLog Method

If situation occurs where additional information can be provided this method is called.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void WriteLog(
	string message,
	Exception exception
)

Parameters

message  String
Message that describes exception
exception  Exception
Exception object
See Also