The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.3 - 2001-07-02

  • OK, now it is written correctly - the log file is opened when we construct the object. It is locked everytime we write into it, and it is closed in the destructor. Thanks Rob Napier for guiding me to do it that way.

Modules

The Log::LogLite class helps us create simple logs for our application.
The Log::NullLogLite class implements the Null Object pattern for the Log::LogLite class.