[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Represents a File handle for logger operations queued in the main thread.
Source position: lazlogger.pas line 92
type TLazLoggerFileHandleMainThread = class(TLazLoggerFileHandle) |
||
public |
||
constructor Create; |
|
Constructor for the class instance. |
destructor Destroy; override; |
|
Destructor for the class instance. |
procedure WriteToFile(); override; |
|
Re-implements the method used to write log messages in the main thread for the application. |
procedure WriteLnToFile(); override; |
|
Re-implements the method used to write log messages in the main thread for the application. |
end; |
|
Represents a File handle for logger operations queued in the main thread. |
|
| | | ||
|
Represents a file or device handle for a logger class instance. |
|
| | | ||
TLazLoggerFileHandleMainThread is a TLazLoggerFileHandle descendant which implements a file-based logger which queues file operations for the main thread in an application.
| Version 4.4 | Generated 2025-11-08 | Home |