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