PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Logging » Log » Bug #3570

Request addging rolling logger functionality

Details

Request #3570Request addging rolling logger functionality
Submitted2005-02-24 04:53 UTC
Fromananomouse1 at yahoo dot com
Assignedjon
StatusWont fix
PackageLog
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2005-02-24 04:53 UTC] ananomouse1 at yahoo dot com

Description:
------------
Similar to the Apache Log4J package, I would like to see a rolling logger capability. This would allow programmer to specify a maximum log file size. After this size is reached, a new log file is created and the old log file is rolled over to a timestamped 'archive' version. Simply a nice way to prevent log files from getting too large.