[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLoggerBlockHandler

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazloggerbase.pas line 78

type TLazLoggerBlockHandler = class(TRefCountedObject)

public

  procedure EnterBlock(); virtual; abstract;

  procedure ExitBlock(); virtual; abstract;

end;

Inheritance

TLazLoggerBlockHandler

|

TRefCountedObject

  

Implements a thread-safe reference-counted class which performs free notifications.

|

TFreeNotifyingObject

  

Base class used to implement objects which perform free notifications.

|

TObject


Version 4.0 Generated 2025-05-03 Home