 | LoggerConditionalDebug Method (Object) |
Writes the diagnostic message at the Debug level.
Only executed when the DEBUG conditional compilation symbol is set.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void ConditionalDebug(
Object value
)
Public Sub ConditionalDebug (
value As Object
)
Parameters
- value
- Type: SystemObject
A object to be written.
See Also