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