Click or drag to resize

ILoggerInfo Method (String, Exception)

Logs an info message.

Namespace:  PDTec.IceNet.Core.Runtime
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
void Info(
	string message,
	Exception exception
)

Parameters

message
Type: SystemString
The message to log
exception
Type: SystemException
The exception to log
See Also