Refactor logger to be configured by factory. (#904)
- Eliminates use of ServiceLocatorAwareInterface for cleaner design and forward compatibility.
Showing
- module/VuFind/config/module.config.php 1 addition, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Log/Logger.php 9 additions, 214 deletionsmodule/VuFind/src/VuFind/Log/Logger.php
- module/VuFind/src/VuFind/Log/LoggerFactory.php 336 additions, 0 deletionsmodule/VuFind/src/VuFind/Log/LoggerFactory.php
- module/VuFind/src/VuFind/Service/Factory.php 0 additions, 15 deletionsmodule/VuFind/src/VuFind/Service/Factory.php
Please register or sign in to comment