Revision history for Perl extension Logger::Simple
1.00 Tue Nov 19 15:48:15 2002
- original version; created by h2xs 1.20 with options
-AXn Logger::Simple
- combined functions of Simran::Log::Log and Simran::Error::Error
into one module.
- Redesigned POD to reflect changes
- Implemented object as a blessed hash
- Added tests
1.01 Wed Nov 20 13:44:39 2002
- Completed the POD Documentation
1.02 Tue Dec 17 11:40:11 2002
- Changed the set method, so that upon setting an error message,
it would also write it to the log file
- Made changes in POD to reflect the change in the set method
1.03 Tue Feb 4 14:57:26 2003
- Implemented file locking on the logfile using the Fcntl
module
- Added the lock and unlock functions, which are called by
the write() function