 | ILoggerDebug Method (String, Int64) |
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
Syntaxvoid Debug(
string message,
long argument
)
Sub Debug (
message As String,
argument As Long
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemInt64
The argument to format.
See Also