Click or drag to resize

ILogger Interface

A protocol for logging in the SDK.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodLog
log a message.
Top
Remarks
Since: 0.1.0
See Also