Click or drag to resize
ILoggerDebug Method (String)
Logs a debug message.

Namespace: PDTec.IceNet.Core.Runtime
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void Debug(
	string message
)

Parameters

message
Type: SystemString
The message to log
See Also