 | LoggerTrace Method (String, UInt64) |
Writes the diagnostic message at the Trace level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Trace(
string message,
ulong argument
)
Public Sub Trace (
message As String,
argument As ULong
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemUInt64
The argument to format.
Implements
ILoggerTrace(String, UInt64)
See Also