TAbstractLogger.Fatal Method

Overloads

Fatal(string)

Delphi
procedure Fatal(const msg: string)

Parameters

msg
string

Fatal(string, Exception)

Delphi
procedure Fatal(const msg: string; const e: Exception)

Parameters

msg
string
e
Exception

Fatal(string, array of TVarRec)

Delphi
procedure Fatal(const fmt: string; const args: array of TVarRec)

Parameters

fmt
string
args
array of TVarRec

Fatal(string, array of TVarRec, Exception)

Delphi
procedure Fatal(const fmt: string; const args: array of TVarRec; const e: Exception)

Parameters

fmt
string
args
array of TVarRec
e
Exception