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