[Overview][Types][Classes][Procedures and functions][Index] |
TLazLoggerFileHandle instance representing the file or device where log messages are written.
Source position: lazlogger.pas line 169
protected property TLazLoggerFile.FileHandle : TLazLoggerFileHandle |
Resources are allocated for the member when the FileHandle property is accessed. At run-time, a TLazLoggerFileHandleMainThread instance is created and assigned to the member for the property.
Read and write access to some property values in the logger class instance are re-directed to the corresponding properties in FileHandle, including:
Methods in TLazLoggerFile may call the corresponding methods in FileHandle which implement the methods, including:
Version 4.0 | Generated 2025-05-03 | Home |