ISystemLogger.Fatal Method |
[This is preliminary documentation and is subject to change.]
Logs a Fatal event, Fatal is reserved for critical errors that result in process termination
Namespace: Netadmin.Core.LoggingAssembly: Netadmin.Core (in Netadmin.Core.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid Fatal(
string format,
params Object[] args
)
Sub Fatal (
format As String,
ParamArray args As Object()
)
Parameters
- format
- Type: System.String
A string using standard string.Format() structure - args
- Type:System.Object[]
a list of arguments that will be used to format the message.
See Also