 | LoggerConditionalTrace Method (IFormatProvider, Object) |
Writes the diagnostic message at the Trace level.
Only executed when the DEBUG conditional compilation symbol is set.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void ConditionalTrace(
IFormatProvider formatProvider,
Object value
)
Public Sub ConditionalTrace (
formatProvider As IFormatProvider,
value As Object
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - value
- Type: SystemObject
A object to be written.
See Also