 | LoggerDebug Method (IFormatProvider, String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Debug(
IFormatProvider formatProvider,
string message,
params Object[] args
)
Public Sub Debug (
formatProvider As IFormatProvider,
message As String,
ParamArray args As Object()
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - message
- Type: SystemString
A string containing format items. - args
- Type: SystemObject
Arguments to format.
Implements
ILoggerDebug(IFormatProvider, String, Object)
See Also