 | ILoggerFatal Method (String, Double) |
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
Syntaxvoid Fatal(
string message,
double argument
)
Sub Fatal (
message As String,
argument As Double
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemDouble
The argument to format.
See Also