Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TLazLoggerFileHandle.LastWriteFailed

Indicates if the last write attempt encountered an exception or otherwise failed.

Declaration

Source position: lazlogger.pas line 69

public property TLazLoggerFileHandle.LastWriteFailed : Boolean
  read FLastWriteFailed;

Description

The value is updated in methods which perform write operations to the output handle, like WriteToFile and WriteLnToFIle.


Version 4.4 Generated 2025-11-08 Home