Log file name. When specifying a log file name, a suffix is not added. The suffix ".log" will be added automatically.
XXXXX.log | Newest log file in terms of time. |
XXXXX001.log | Back-up file that is one prior to the above, in terms of time. |
XXXXX002.log | Back-up file that is two prior to the above, in terms of time. |
... | ... |
Syntax
|
BSTR GetLogFileName();
void SetLogFileName(LPCTSTR lpszNewValue);
|
Return Value
Example
Remarks
See Also
LogFileName Property
LogFileSize Property
LogFileEnableCommunication Property
LogFileBakCount Property
|