TNullLogger.Error Method

Overloads

Error(string)

Delphi
procedure Error(const msg: string)

Parameters

msg
string

Error(string, Exception)

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

Parameters

msg
string
e
Exception

Error(string, array of TVarRec)

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

Parameters

fmt
string
args
array of TVarRec

Error(string, array of TVarRec, Exception)

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

Parameters

fmt
string
args
array of TVarRec
e
Exception