 | ILoggerFatal Method (String) |
Writes the diagnostic message at the Fatal level.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Fatal(
string message
)
Sub Fatal (
message As String
)
Parameters
- message
- Type: SystemString
Log message.
See Also