LAUREL BRIDGE

DCF33StyleNLogAdapterFatal Method

DICOM Connectivity Framework V3.4
Log a fatal level message to the logging backend.

Namespace:  LaurelBridge.DCFExamples.LoggingDCF33Style
Assembly:  LoggingDCF33Style (in LoggingDCF33Style.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public void Fatal(
	LogEvent context,
	Exception e,
	Object message
)

Parameters

context
Type: LogEvent
The LogEvent for this message.
e
Type: SystemException
An exception to be logged if non-null.
message
Type: SystemObject
The message object.
See Also

Reference