 | LoggerError Method (IFormatProvider, String, SByte) |
Writes the diagnostic message at the Error 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 Error(
IFormatProvider formatProvider,
string message,
sbyte argument
)
Public Sub Error (
formatProvider As IFormatProvider,
message As String,
argument As SByte
)
Parameters
- formatProvider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information. - message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemSByte
The argument to format.
Implements
ILoggerError(IFormatProvider, String, SByte)
See Also