summaryrefslogtreecommitdiffstats
path: root/src/Monolog/Handler/PHPConsoleHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Fix some docblocks, closes #970Jordi Boggiano2017-06-191-5/+5
* Use coalesce operator (#982)Lesnykh Ilia2017-05-081-4/+4
* CS fixesJordi Boggiano2017-03-201-4/+4
* Make sure we use \Throwable and not just \ExceptionJordi Boggiano2017-03-201-5/+4
* Replacing the outdated add* methods in the docs with the PSR-3 compliant meth...StevenW2017-01-071-1/+1
* Move to strict mode and fix testsJordi Boggiano2016-05-271-1/+1
* CS fixesJordi Boggiano2016-05-261-6/+6
* Add some return type hints and fix up HandlerWrapperJordi Boggiano2016-03-011-1/+2
* Add a lot more scalar types and go strict in LoggerJordi Boggiano2015-12-181-1/+1
* Fix naming conflicts in PhpConsoleHandlerJordi Boggiano2015-12-181-2/+2
* CS fixes & upgrading cs fixer configJordi Boggiano2015-11-181-4/+4
* CS fixesJordi Boggiano2015-07-141-2/+1
* Fix logging of errors and above in PHPConsoleHandler, fixes #549Jordi Boggiano2015-05-051-2/+8
* Refactoring regarding Monolog authors requirementsbarbushin2015-04-191-35/+33
* Add PHPConsoleHandler to debug in Google Chromebarbushin2015-03-301-0/+239