tomphp / container-configurator

Configure your application and the Dependency Injection Container (DIC) via config arrays or config files.
MIT License
20 stars 3 forks source link

Add logging #80

Open tomphp opened 8 years ago

tomphp commented 8 years ago

This package can be a bit of a pain to debug when something goes wrong. My suggestion is to add a withLogger(LoggerInterface $logger) method to Configurator and log out DEBUG level messages if the logger is set.