 | ILoggerInfo Method (String, Decimal) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Info(
string message,
decimal argument
)
Sub Info (
message As String,
argument As Decimal
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemDecimal
The argument to format.
See Also