ISdkLoggerWriteLog Method |  |
If situation occurs where additional information can be provided this method is called.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid WriteLog(
string message,
Exception exception
)
Parameters
- message String
- Message that describes exception
- exception Exception
- Exception object
See Also