Owner manual

Example:
The Log file name specified by user is: "report.log". Then names of Log files will be:
- PG4UWMC main Log file name - "report.log"
- Site's #1 Log file name - "report_#1.log"
- Site's #2 Log file name - "report_#2.log"
- Site's #3 Log file name - "report_#3.log"
and so on...
Following options can be set for Log file creation
option Append Log file sets usage of Log file on. Log file will be created after the first
restart of PG4UWMC. For all other next starts of PG4UWMC, the existing Log file will be
preserved and new data will be appended to the existing Log file.
option Rewrite Log file sets usage of Log file on. Log file will be created after the first
restart of PG4UWMC. For all other next starts of PG4UWMC, the existing Log file will be
rewritten and new Log file will be created. Data from previous Log file will be deleted.
Checkbox Add date information to Log file name allows user to set date information into
Log file name specified by user in Log file name edit box. When the checkbox is checked,
program automatically adds current date string into user specified Log file name by the
following rules:
If user specified log file name has format:
<user_log_file_name>.<log_file_extension>
The name with added date will be:
<user_log_file_name><-yyyy-mmm-dd>.<log_file_extension>
The new part representing of date consists of yyyy - year, mmm - month and dd - day.
Example: User specifies Log file name: c:\logs\myfile.log
The final log file name with added date will look like this (have a date November, 7th, 2006):
c:\logs\myfile-2006-nov-07.log
If do you wish to have log file name without any prefix before date information, you can
specify the log file name as:
.<log_file_extension> - dot is the first in file name
Example: User specifies Log file name: c:\logs\.log
The final log file name with added date will look like this (have a date November, 7th, 2006):
c:\logs\2006-nov-07.log
Advanced options about Log file size limit are available too:
option Use Log file text truncating when file size limit is reached - when checked, the Log
file size limit is on. It means, that when Log file size reaches specified value, the part of
text included in Log file will be truncated. When the option is unchecked, the size of Log
file is unlimited, respectively is limited by free disk space only.
option Maximum Log file size specifies the maximum size of Log file in kB.
option Amount of truncated text specifies the percentage of Log file text, which will be
truncated after Maximum Log file size is reached. The higher value means more text will
be truncated (removed) from Log file.
120