TNullLogger.Debug Method

Overloads

Debug(string)

Delphi
procedure Debug(const msg: string)

Parameters

msg
string

Debug(string, Exception)

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

Parameters

msg
string
e
Exception

Debug(string, array of TVarRec)

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

Parameters

fmt
string
args
array of TVarRec

Debug(string, array of TVarRec, Exception)

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

Parameters

fmt
string
args
array of TVarRec
e
Exception