 | LoggerConditionalDebug Method (String, Single) |
Writes the diagnostic message at the Debug level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void ConditionalDebug(
string message,
float argument
)
Public Sub ConditionalDebug (
message As String,
argument As Single
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemSingle
The argument to format.
See Also