[Core] Switch to PSR-3 logger API for Verification

Review Request #29 — Created Dec. 25, 2012 and submitted — Latest diff uploaded

pprkut
Lunr
pprkut/logger_base
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
src/Lunr/Core/Verification.php
src/Lunr/Core/Tests/VerificationBaseTest.php
src/Lunr/Core/Tests/VerificationResultTest.php
src/Lunr/Core/Tests/VerificationSetTest.php
src/Lunr/Core/Tests/VerificationTest.php
Loading...