 | LoggerConditionalDebug Method (String, Object) |
Writes the diagnostic message at the Debug level using the specified parameters.
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,
params Object[] args
)
Public Sub ConditionalDebug (
message As String,
ParamArray args As Object()
)
Parameters
- message
- Type: SystemString
A string containing format items. - args
- Type: SystemObject
Arguments to format.
See Also