ILogger.Text Method

Overloads

Text(string)

Delphi
procedure Text(const msg: string)

Parameters

msg
string

Text(string, Exception)

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

Parameters

msg
string
e
Exception

Text(string, array of TVarRec)

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

Parameters

fmt
string
args
array of TVarRec

Text(string, array of TVarRec, Exception)

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

Parameters

fmt
string
args
array of TVarRec
e
Exception