TAbstractLogger.Enter Method

Overloads

Enter(string)

Delphi
procedure Enter(const methodName: string)

Parameters

methodName
string

Enter(TClass, string)

Delphi
procedure Enter(const classType: TClass; const methodName: string)

Parameters

classType
TClass
methodName
string

Enter(TObject, string)

Delphi
procedure Enter(const instance: TObject; const methodName: string)

Parameters

instance
TObject
methodName
string

Enter(TLogLevel, TClass, string)

Delphi
procedure Enter(level: TLogLevel; const classType: TClass; const methodName: string)

Parameters

level
TLogLevel
classType
TClass
methodName
string