FileName

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWExceptionLogger > Properties >

FileName

Contains the prefix of the exception log file name. The file name will be appended with the symbol '@' plus a time stamp. The exception log file extension is always '.log'.

Default value is an empty string. Leave it empty to use the application name as the file name prefix.

 

SIGNATURE=IWExceptionLogger.TIWExceptionLogger.FileName

 

ETYPE=Property

 

Declaration:

Delphi:

published property FileName: string;

C++:

__published: __property String FileName;

 

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