Sun Nov 12 15:48:21 MET 2000 Raphael Manfredi . Description: Version 0.2.1. Minor typo fixes. Mon Nov 6 20:12:06 MET 2000 Raphael Manfredi Version 0.2.0 Modularized the logging channels. They have now their own hierarchy under Log::Agent::Channel. Modularized priority, prefixing and timestamping routines, so that they can be re-used by satellite Log::Agent modules. Logging from Log::Agent is now subject to pruning depending on the logging level set. By default, it is "notice", so that even logsay() is visible. Sun Oct 1 22:05:51 MEST 2000 Raphael Manfredi . Description: Version 0.1.8 Added support for Devel::Datum. This module is still under development, but is already used in production system. New logcarp, logxcarp and logxcroak interface. Fixed carpmess to work around Carp's incorrect offseting and added a test suite for logcarp and logxcarp. 5 new files. Tue Jul 4 22:03:04 MEST 2000 Raphael Manfredi . Description: Forgot to increase version number at last patch. Tue Jul 4 22:01:55 MEST 2000 Raphael Manfredi . Description: Was missing default init check before calling logwrite(), resulting in a call on an undefined referenced in logtrc() and logdbg() when no explicit configuration was otherwise made. Tue Jun 20 23:27:14 MEST 2000 Raphael Manfredi . Description: Added logcroak(), to die from the perspective of the caller. New logwrite() routine for upper-level apps, which unconditionally logs messages to a specified channel. Fixed arg processing to avoid dying on 2nd calls to logconfig(). Fixed typos in debug init and man page. Removed logtrc() and logdbg() from the driver interface: they are now frozen in Log::Agent, and implemented in terms of logwrite(), which may be redefined as suited. Thu Mar 30 21:25:23 MEST 2000 Raphael Manfredi . Description: Forgot that /(? . Description: Added missing 1 for require and fixed typo in pod for Log::Agent::Caller as was reported by many people. All .pm files now have an __END__ marker before the pod section anyway, so that the Perl parser stops. Added support for logfile rotation via Log::Agent::Rotate. No longer uses IO::Handle but relies on the new Log::Agent::File hierarch, to support logfile rotation. Native Perl files are now handled via Log::Agent::File::Native. Suppressed blurb about the Linux bug since we workaround it by creating a new separate default_exp.t test. Three new files. Thu Dec 9 18:31:30 MET 1999 Raphael Manfredi . Description: Wrote two versions of format_args and eval proper one. Indeed, perl-5.005 versions do not support /(? . Description: Forgot that /(? . Description Initial revision 0.1.