ILogger.Enter Method
Overloads
Delphi
procedure Enter(const classType: TClass; const methodName: string)
Parameters
- classType
- TClass
- methodName
- string
Delphi
procedure Enter(const instance: TObject; const methodName: string)
Parameters
- instance
- TObject
- methodName
- string
Delphi
procedure Enter(level: TLogLevel; const classType: TClass; const methodName: string)
Parameters
- level
- TLogLevel
- classType
- TClass
- methodName
- string