[DataAccess] Switch to PSR-3 logger API

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

pprkut
Lunr
pprkut/logger_verification
lunr
This makes the DataAccess classes use Psr\Log\LoggerInterface instead of Lunr\Core\Logger, and can thereby now use both the PHPLogger or the FileLogger.

This depends on http://reviews.lunr.nl/r/26/
Unit Tests
src/Lunr/DataAccess/DatabaseConnection.php
src/Lunr/DataAccess/DatabaseConnectionPool.php
src/Lunr/DataAccess/MySQLConnection.php
src/Lunr/DataAccess/Tests/DatabaseConnectionPoolBaseTest.php
src/Lunr/DataAccess/Tests/DatabaseConnectionPoolTest.php
src/Lunr/DataAccess/Tests/DatabaseConnectionTest.php
src/Lunr/DataAccess/Tests/MySQLConnectionConnectTest.php
src/Lunr/DataAccess/Tests/MySQLConnectionTest.php
Loading...