 | LoggerDebug Method (String, Int32) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Debug(
string message,
int argument
)
Public Sub Debug (
message As String,
argument As Integer
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemInt32
The argument to format.
Implements
ILoggerDebug(String, Int32)
See Also