[Core] Switch to PSR-3 logger API for Verification
Review Request #29 — Created Dec. 25, 2012 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
pprkut/logger_base | |
Reviewers | |
lunr | |
This makes the verification class use Psr\Log\LoggerInterface instead of Lunr\Core\Logger, and can thereby now use both the PHPLogger or the FileLogger. Additionally this removes the set_log_file() functionality as this is now superceded by the FileLogger. This depends on http://reviews.lunr.nl/r/26/
Unit Tests