[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 65

type TLazLoggerBlockHandler = class(TRefCountedObject)

public

  procedure EnterBlock(); virtual; abstract;

  procedure ExitBlock(); virtual; abstract;

end;

Inheritance

TLazLoggerBlockHandler

|

TRefCountedObject

  

|

TFreeNotifyingObject

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.