[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: lazlogger.pas line 109
public destructor TLazLoggerFileHandleMainThread.Destroy; override; |
Ensures the event handler used to write log messages in the main thread is removed from the thread manager. Calls the inherited destructor, and finalizes the critical section used to protect write access to the handle for the class instance.
Version 4.0 | Generated 2025-05-03 | Home |