ILogger.Track Method
Overloads
Delphi
function Track(const classType: TClass; const methodName: string): IInterface
Parameters
- classType
- TClass
- methodName
- string
Returns
IInterface
Delphi
function Track(const instance: TObject; const methodName: string): IInterface
Parameters
- instance
- TObject
- methodName
- string
Returns
IInterface
Delphi
function Track(level: TLogLevel; const classType: TClass; const methodName: string): IInterface
Parameters
- level
- TLogLevel
- classType
- TClass
- methodName
- string
Returns
IInterface