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

TLazLoggerFileHandleMainThread

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Represents a File handle for logger operations queued in the main thread.

Declaration

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;

Inheritance

TLazLoggerFileHandleMainThread

  

Represents a File handle for logger operations queued in the main thread.

|

TLazLoggerFileHandle

  

Represents a file or device handle for a logger class instance.

|

TObject

Description

TLazLoggerFileHandleMainThread is a TLazLoggerFileHandle descendant which implements a file-based logger which queues file operations for the main thread in an application.


Version 4.0 Generated 2025-05-03 Home