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

TLazLoggerFile.FileHandle

TLazLoggerFileHandle instance representing the file or device where log messages are written.

Declaration

Source position: lazlogger.pas line 169

protected property TLazLoggerFile.FileHandle : TLazLoggerFileHandle
  read GetFileHandle
  write SetFileHandle;

Description

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