[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazLogger' (#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.0 Generated 2025-05-03 Home