Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | CS fixes | Jordi Boggiano | 2016-05-26 | 1 | -43/+43 |
| | |||||
* | Make TestCase class available to dependents to help with testing | Jordi Boggiano | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Fix naming conflicts in PhpConsoleHandler | Jordi Boggiano | 2015-12-18 | 1 | -3/+3 |
| | |||||
* | Remove non-PSR-3 methods for adding log records | Jordi Boggiano | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | CS fixes & upgrading cs fixer config | Jordi Boggiano | 2015-11-18 | 1 | -2/+1 |
| | |||||
* | Avoid issues with ErrorHandler being used in test suite | Jordi Boggiano | 2015-07-12 | 1 | -5/+8 |
| | |||||
* | Add PHPConsoleHandler to debug in Google Chrome | barbushin | 2015-03-30 | 1 | -0/+271 |
Integrates Monolog with very popular Google Chrome extension "PHP Console" https://chrome.google.com/webstore/detail/php-console/nfhmhhlpfleoednkpnnnkolmclajemef and server library https://github.com/barbushin/php-console. PHPConsoleHandler and "PHP Console" server library code are 100% covered by tests. |