PurgeAfterDays

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWExceptionLogger > Properties >

PurgeAfterDays

Exception log files older than 'PurgeAfterDays' days will be deleted during application shutdown. This property is ignored if the instance is disabled (Enabled = False).

 

SIGNATURE=IWExceptionLogger.TIWExceptionLogger.PurgeAfterDays

 

ETYPE=Property

 

Declaration:

Delphi:

published property PurgeAfterDays: Integer;

C++:

__published: __property int PurgeAfterDays;

 

Description: This is PurgeAfterDays, a member of class TIWExceptionLogger.