 | LoggerConditionalDebugT Method (T) |
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<T>(
T value
)
Public Sub ConditionalDebug(Of T) (
value As T
)
Parameters
- value
- Type: T
The value to be written.
Type Parameters
- T
- Type of the value.
See Also