 | LoggerDebug Method (IFormatProvider, String, UInt32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Debug(
IFormatProvider formatProvider,
string message,
uint argument
)
Public Sub Debug (
formatProvider As IFormatProvider,
message As String,
argument As UInteger
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemUInt32
The argument to format.
Implements
ILoggerDebug(IFormatProvider, String, UInt32)
See Also