TNullLogger.Track Method

Overloads

Track(TClass, string)

Delphi
function Track(const classType: TClass; const methodName: string): IInterface

Parameters

classType
TClass
methodName
string

Returns

IInterface

Track(TObject, string)

Delphi
function Track(const instance: TObject; const methodName: string): IInterface

Parameters

instance
TObject
methodName
string

Returns

IInterface

Track(TLogLevel, TClass, string)

Delphi
function Track(level: TLogLevel; const classType: TClass; const methodName: string): IInterface

Parameters

level
TLogLevel
classType
TClass
methodName
string

Returns

IInterface