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