disk_log
disk_log
Module
disk_log
Module summary
A disk-based term logging facility.
Description
disk_log
is a disk-based term logger that enables efficient logging of items on files.
Two types of logs are supported:
- halt logs
Appends items to a single file, which size can be limited by the disk log module.
- wrap logs
Uses a sequence of wrap log files of limited size. As a wrap log file is filled up, further items are logged on to the next file in the sequence, starting all over with the first file when the last file is filled up.
For efficiency reasons, items are always written to files as binaries.
Two formats of the log files are supported:
- internal format
Supports automatic repair of log files that are not prope