[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#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.0 Generated 2025-05-03 Home