Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.6 Hosted on Source Forge