 | LoggerDebug Method (IFormatProvider, Object) |
Writes the diagnostic message at the Debug level.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Debug(
IFormatProvider formatProvider,
Object value
)
Public Sub Debug (
formatProvider As IFormatProvider,
value As Object
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - value
- Type: SystemObject
A object to be written.
Implements
ILoggerDebug(IFormatProvider, Object)
See Also