 | LoggerConditionalDebug Method (String, Object, 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,
Object arg1,
Object arg2
)
Public Sub ConditionalDebug (
message As String,
arg1 As Object,
arg2 As Object
)
Parameters
- message
- Type: SystemString
A string containing format items. - arg1
- Type: SystemObject
First argument to format. - arg2
- Type: SystemObject
Second argument to format.
See Also