LAUREL BRIDGE

NLogLogAdapterDebugFormat Method

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

Namespace:  LaurelBridge.DCF.Examples.NLogAdapter
Assembly:  ExampleNLogAdapter (in ExampleNLogAdapter.dll) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public void DebugFormat(
	LogEvent context,
	Exception e,
	string format,
	params Object[] args
)

Parameters

context
Type: LogEvent
The LogEvent for this message.
e
Type: SystemException
An exception to be logged if non-null.
format
Type: SystemString
The format string for the message.
args
Type: SystemObject
The arguments to the formatted message.
See Also

Reference