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 | -4/+4 |
| | |||||
* | Make TestCase class available to dependents to help with testing | Jordi Boggiano | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | CS fixes | Jordi Boggiano | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Split interfaces and base/abstract classes into more sensible pieces | Jordi Boggiano | 2015-12-18 | 1 | -45/+0 |
| | |||||
* | Add support for PSR-3 levels to all public APIs accepting levels, fixes #421 | Jordi Boggiano | 2014-09-30 | 1 | -0/+11 |
| | |||||
* | Changed the tests for the abstract handlers to use a mock instead of the ↵ | Christophe Coevoet | 2011-08-29 | 1 | -7/+18 |
| | | | | TestHandler | ||||
* | More testing coverage | Jordi Boggiano | 2011-06-29 | 1 | -0/+65 |
| | |||||
* | More test coverage of handlers/formatters | Jordi Boggiano | 2011-06-29 | 1 | -20/+5 |
| | |||||
* | Adjusted tests | Jordi Boggiano | 2011-06-10 | 1 | -9/+3 |
| | |||||
* | Made the write method protected | Christophe Coevoet | 2011-04-06 | 1 | -19/+8 |
| | | | | Tests are not a good reason to make it public. | ||||
* | Move the stack handling to the Logger class | Jordi Boggiano | 2011-02-25 | 1 | -23/+8 |
| | |||||
* | Added a Processor stack to the Logger class, added getHandler() to check if ↵ | Jordi Boggiano | 2011-02-21 | 1 | -2/+30 |
| | | | | any handler is going to handle the message before processing it, handlers are now calling their parent in a chain | ||||
* | Made getLevelName static | Jordi Boggiano | 2011-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed AbstractHandler test | Jordi Boggiano | 2011-02-20 | 1 | -8/+1 |
| | |||||
* | Major refactoring to follow the Logbook model | Jordi Boggiano | 2011-02-20 | 1 | -0/+54 |