Click or drag to resize

ISdkLogger Interface

To be implemented by the Sdk user. Construction of RemoteServerApi, RemoteClientApi or RemoteClientApiEnterprise optionally allows specification of an instance of this interface in order to provide additional information for example in case of errors.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public interface ISdkLogger

The ISdkLogger type exposes the following members.

Methods
 NameDescription
Public methodWriteLog If situation occurs where additional information can be provided this method is called.
Top
See Also