 | ILoggerTrace Method (String, Object) |
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
Syntaxvoid Trace(
string message,
Object argument
)
Sub Trace (
message As String,
argument As Object
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemObject
The argument to format.
See Also