phpci/PHPCI/Logging
Adirelle f46a8be648 LoggerConfig::getFor always returns the same instance of Logger for the same $name.
This avoid issues when push handlers/processors to that logger.
Use the Monolog\ErrorHandler to log errors and exceptions.
PHPCI/Logging/Handler becomes PHPCI/ErrorHandler.
And it only throws ErrorException for reported errors.
No need to initialize a second $loggerConfig in daemonise.

Close #892
2015-04-23 13:25:53 +02:00
..
BuildDBLogHandler.php Fixing missing use statements 2015-02-12 11:42:09 +00:00
BuildLogger.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
Handler.php Fixing PHPCS errors. 2015-02-26 08:45:42 +00:00
LoggedBuildContextTidier.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00
LoggerConfig.php LoggerConfig::getFor always returns the same instance of Logger for the same $name. 2015-04-23 13:25:53 +02:00
OutputLogHandler.php Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero. 2014-12-08 14:12:01 +00:00