 | LoggerInfo Method (IFormatProvider, String, Object) |
Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void Info(
IFormatProvider formatProvider,
string message,
Object argument
)
Public Sub Info (
formatProvider As IFormatProvider,
message As String,
argument As Object
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemObject
The argument to format.
Implements
ILoggerInfo(IFormatProvider, String, Object)
See Also