TNullLogger.Trace Method

Overloads

Trace(string)

Delphi
procedure Trace(const msg: string)

Parameters

msg
string

Trace(string, Exception)

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

Parameters

msg
string
e
Exception

Trace(string, array of TVarRec)

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

Parameters

fmt
string
args
array of TVarRec

Trace(string, array of TVarRec, Exception)

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

Parameters

fmt
string
args
array of TVarRec
e
Exception