[L10n] Switch to PSR-3 logger API
Review Request #31 — Created Dec. 26, 2012 and submitted — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr | |
pprkut/logger_dataaccess | |
Reviewers | |
lunr | |
This makes the L10n 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
Diff Revision 2 (Latest)
orig
1
2
src/Lunr/L10n/GettextL10nProvider.php |
---|
src/Lunr/L10n/PHPL10nProvider.php |
---|
src/Lunr/L10n/Tests/GettextL10nProviderBaseTest.php |
---|
src/Lunr/L10n/Tests/GettextL10nProviderLangTest.php |
---|
src/Lunr/L10n/Tests/GettextL10nProviderNlangTest.php |
---|
src/Lunr/L10n/Tests/GettextL10nProviderTest.php |
---|
src/Lunr/L10n/Tests/PHPL10nProviderTest.php |
---|