[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: lazloggerbase.pas line 145
public destructor TLazLogger.Destroy; override; |
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 |