Unit 'LazLoggerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TLazLogger.Destroy

Destructor for the class instance.

Declaration

Source position: lazloggerbase.pas line 145

public destructor TLazLogger.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It calls the Finish method to finalize the logger class instance, and releases and nils the reference-counted LogGroupList property. It calls the inherited destructor prior to signalling the DonCriticalSection handler for the critical section used in the class instance.


Version 4.4 Generated 2025-11-08 Home