Log Library
An object-oriented logging library I developed for PHP 5.3. While there is a limited selection of bundled classes, the library is designed so that new ones can be easily created and distributed. The bundled interfaces allow custom classes to work in entirely different systems that use this logging library.
Things of note:
- Is open source and released under the BSD license.
- Bundled classes may log to files or any output stream.
- Is fully unit tested and has 100% code coverage.
- Is PSR-0 compliant.
- Is managed by Git and hosted on GitHub.
- Source documentation can be generated using PHP Doctor.