 | ILoggerInfoTArgument Method (String, TArgument) |
Writes the diagnostic message at the Info level using the specified parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Info<TArgument>(
string message,
TArgument argument
)
Sub Info(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