Click or drag to resize

ILoggerLog Method

log a message.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
void Log(
	string msg
)

Parameters

msg
Type: SystemString
the mesage to be logged
Remarks
Since: 0.1.0
See Also