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

TLazLoggerFileHandle.WriteFailedCount

Indicates the cumulative number of failed write operations for the output handle.

Declaration

Source position: lazlogger.pas line 68

public property TLazLoggerFileHandle.WriteFailedCount : Integer
  read FWriteFailedCount;

Description

WriteFailedCount is updated in methods which perform write operations to the output handle, such WriteToFile and WriteLnToFile. Its value is reset using the ResetWriteFailedCounter method.


Version 4.0 Generated 2025-05-03 Home