TAbstractLogger.Info Method

Overloads

Info(string)

Delphi
procedure Info(const msg: string)

Parameters

msg
string

Info(string, Exception)

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

Parameters

msg
string
e
Exception

Info(string, array of TVarRec)

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

Parameters

fmt
string
args
array of TVarRec

Info(string, array of TVarRec, Exception)

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

Parameters

fmt
string
args
array of TVarRec
e
Exception