ILogger.Fatal Method
Overloads
| Fatal(string) | |
| Fatal(string, Exception) | |
| Fatal(string, array of TVarRec) | |
| Fatal(string, array of TVarRec, Exception) |
Delphi
procedure Fatal(const msg: string; const e: Exception)
Parameters
- msg
- string
- e
- Exception
Delphi
procedure Fatal(const fmt: string; const args: array of TVarRec)
Parameters
- fmt
- string
- args
- array of TVarRec