Download List

專案描述

Analog PHP is a short and simple logging package for PHP 5.3+ based around the idea of using closures for configurability and extensibility. It functions as a static class, but you can completely control the handling of log messages through closures (aka anonymous functions), and it also comes with a dozen pre-written handlers. It is well-documented, with examples for each type of log handler, and ultra-concise. The core is literally only 43 lines of clear, non-obfuscated code, and the whole is only a fraction of the size of comparable packages (for example, 293 total lines vs 1021 for Monolog).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-13 06:59
1.0.0-Stable

This release adds optional PSR-0 support, adds automated PHPUnit configuration, and adds buffered output to the File, Stderr, and Variable handlers. It speeds up the non-PSR-0 mode via the class_alias() PHP function, and improves the docs and examples. Analog is now also available through the Composer/Packagist.org package manager.
標籤: Stable

2012-01-10 10:12
0.8.0-Beta

This is the first release, which includes the core logger class, a dozen pre-built handlers including FirePHP, file logging, email, MongoDB, and others, PSR-0 compliance, and example code for each handler.
標籤: Beta

Project Resources