Click or drag to resize

ILoggerDebugFormat Method (IFormatProvider, String, Object)

Logs a debug 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 DebugFormat(
	IFormatProvider formatProvider,
	string format,
	params Object[] args
)

Parameters

formatProvider
Type: SystemIFormatProvider
The format provider to use
format
Type: SystemString
Format string for the message to log
args
Type: SystemObject
Format arguments for the message to log
See Also