 | ILoggerDebug Method (String, UInt64) |
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,
ulong argument
)
Sub Debug (
message As String,
argument As ULong
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemUInt64
The argument to format.
See Also