[Fdbk] PSR-3 compliant logger classes
Review Request #26 — Created Dec. 21, 2012 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut/support | |
Reviewers | |
lunr | |
This adds two new PSR-3 compliant logger classes in a new namespace, a - PHPLogger, logging messages as PHP errors - FileLogger, logging messages in files They are set to replace the existing Lunr\Core\Logger as well as the old Lunr\Core\Output. This depends on http://reviews.lunr.nl/r/28/
Unit Tests