Click or drag to resize

ILoggerFatal Method (String, Exception)

Logs a fatal 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 Fatal(
	string message,
	Exception exception
)

Parameters

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