 | LoggerConditionalTrace Method (String, Double) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Only executed when the DEBUG conditional compilation symbol is set.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void ConditionalTrace(
string message,
double argument
)
Public Sub ConditionalTrace (
message As String,
argument As Double
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemDouble
The argument to format.
See Also