Dialogic
®
System Release 6.1 CompactPCI for Windows
®
Release Update 42
When the limit is reached, the file is truncated and logging is resumed from the
beginning of the file.
AutoRename=1
The log file name specified in the LogFile registry entry is used. If the file exists when
DebugAngel starts, it is backed up and renamed with a .bak extension, to avoid
overwriting the original. For example, DebugAngel.log is renamed
DebugAngel.log.bak. When MaxFileSize=0, the file is allowed to grow without limit.
When MaxFileSize>0, the file is allowed to grow to the specified limit. When the limit
is reached, the file is truncated and logging is resumed from the beginning of the file.
AutoRename=2
Adds a timestamp with the current date and time to the log file name. A file name with
a timestamp has the following format:
filename.MM_DD_at_hh_mm_ss.zzz.log
where:
• filename - the name specified in the LogFile registry entry, stripped of the “.log”
extension. (The “.log” extension is appended to the modified file name.)
• MM - month (01=January, 02=February, 03=March, … 12=December)
• DD - day of the month (01-31)
• hh - hour (24-hour format, 00-23)
• mm - minute (00-59)
• ss - second (00-59)
• zzz - millisecond (000-999)
For example, if DebugAngel is started on February 17 at 3:11:27:357 p.m., with the
LogFile registry setting of DebugAngel.log, the name of the log file created is:
DebugAngel.02_17_at_15_11_27.357.log
There is no backup of an existing log file. When MaxFileSize=0, the file is allowed to
grow without limit. When MaxFileSize>0, the file is allowed to grow to the specified
limit. When the limit is reached, the file is deleted, a new log file is created (using the
same naming convention), and logging is resumed. This process is repeated until
logging is stopped.
AutoRename=3
Adds “00” to the log file name, before the “.log” extension. (Although this option can
be used with a single log file, it is more suitable when using multiple log files, where it
appends an index number to each log file name.) For example, with the LogFile
registry setting of DebugAngel.log, the name of the log file created is:
DebugAngel00.log
There is no backup of an existing log file. If the file exists when DebugAngel starts, it
is deleted and replaced with a new file of the same name. When MaxFileSize=0, the
file is allowed to grow without limit. When MaxFileSize>0, the file is allowed to grow to
the specified limit. When the limit is reached, the file is truncated and logging is
resumed from the beginning of the file.
Kommentare zu diesen Handbüchern