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

TLazLoggerLogGroupList.Destroy

Destructor for the class instance.

Declaration

Source position: lazloggerbase.pas line 99

public destructor TLazLoggerLogGroupList.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. It call Clear to remove all log group entries in the container, and frees the internal list where the log group entries are stored. Destroy calls the inherited method prior to exit.


Version 4.0 Generated 2025-05-03 Home