 | LoggerConditionalTrace Method (String, Int64) |
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,
long argument
)
Public Sub ConditionalTrace (
message As String,
argument As Long
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemInt64
The argument to format.
See Also