Click or drag to resize
ILoggerLog Method (LogLevel, String, Exception)
Logs a 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 Log(
	LogLevel level,
	string message,
	Exception exception
)

Parameters

level
Type: PDTec.IceNet.Core.RuntimeLogLevel
The priority level.
message
Type: SystemString
The message to log
exception
Type: SystemException
The exception to log
See Also