 | LoggerInfo Method (String, Int64) |
Writes the diagnostic message at the Info level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Info(
string message,
long argument
)
Public Sub Info (
message As String,
argument As Long
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemInt64
The argument to format.
Implements
ILoggerInfo(String, Int64)
See Also