 | ILoggerTraceTArgument Method (String, TArgument) |
Writes the diagnostic message at the Trace level using the specified parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Trace<TArgument>(
string message,
TArgument argument
)
Sub Trace(Of TArgument) (
message As String,
argument As TArgument
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: TArgument
The argument to format.
Type Parameters
- TArgument
- The type of the argument.
See Also