Key "" - Path declaration for the log file
c:\temp\logfile_<date><time>.log => c:\temp\logfile_27_07_2010_10-04-54.log
Example:
logfile=%temp%\test_<date><time>.log
In the output file <date> is replaced by the real date in DD_MM_YYYY format.
In the output file <time> is replaced by the real time in HH-mm-SS format.
Key "logprio" - Specification of the log level
1: only error messages are logged
2: Trace and error messages are logged
3: Trace and error messages are logged and saved in a log file in addition
logprio=3
Key "SendStatusMailOnOk" - Send e-mail with status message at OK
SendStatusMailOnOk=1
Key "SendStatusMailOnError" - Send e-mail with status message if an error occurs
SendStatusMailOnError=1
Key "appendLogFileToStatusMails" - Send log file as e-mail attachment
appendLogFileToStatusMails=1