Jordi Boggiano
|
c889fb2648
CS fixes & upgrading cs fixer config
|
10 лет назад |
Jordi Boggiano
|
feb19af2d4
Add support for PSR-3 levels to all public APIs accepting levels, fixes #421
|
11 лет назад |
Jordi Boggiano
|
3926d95f8a
CS fixes
|
12 лет назад |
Jordi Boggiano
|
1518320bec
Clarify/fix bubbling docs, fixes #229
|
12 лет назад |
Jordi Boggiano
|
7a8844d4db
Fix CS and add chainability to a few more setter methods, refs #221
|
12 лет назад |
BilgeXA
|
bbf7f20b2a
Fluent interface for AbstractHandler::setFormatter()
|
12 лет назад |
Jordi Boggiano
|
da33c84d07
CS fixes
|
13 лет назад |
Mark Perkins
|
12f27c2b24
Remove extra spaces between braces.
|
14 лет назад |
Mark Perkins
|
5055102e88
Add try/catch block around call to close method in the AbstractHandler destructor.
|
14 лет назад |
Jordi Boggiano
|
cf4240cc51
Ensure processors are valid callables
|
14 лет назад |
Jordi Boggiano
|
66c1cc05a8
More testing coverage
|
14 лет назад |
Jordi Boggiano
|
c465a5dd02
Adjusted docblock
|
14 лет назад |
Jordi Boggiano
|
6a2d207f98
Bubbling defaults to true
|
14 лет назад |
Christophe Coevoet
|
0defabb726
Refactored the AbstractHandler to avoid having some dummy write() methods
|
14 лет назад |
Christophe Coevoet
|
6aebccf34c
Moved the use of the default formatter to the getter to keep the code DRY
|
14 лет назад |
Christophe Coevoet
|
7ebcc6420f
Changed the FormatterInterface to return only the formatted message and added a batch formatting method
|
14 лет назад |
Jordi Boggiano
|
ea466fa848
Removed second param from processors
|
14 лет назад |
Jordi Boggiano
|
0a09d83fb6
Make the AbstractHandler have proper default in case the constructor is overriden and not called
|
14 лет назад |
Christophe Coevoet
|
3cb3dbdc8f
Made the write method protected
|
14 лет назад |
Christophe Coevoet
|
87332a3e4e
Added phpdoc for all methods and added the typehint for the FormatterInterface
|
14 лет назад |
Jordi Boggiano
|
3b0f738b88
Added docblocks
|
14 лет назад |
Christophe Coevoet
|
b2d356bbf2
Added a BufferHandler to allow batch processing of the records
|
14 лет назад |
Christophe Coevoet
|
3a3c96d6d7
Added some methods in the HandlerInterface and some typehints
|
15 лет назад |
Jordi Boggiano
|
6c24217c56
Renamed message to record
|
15 лет назад |
Jordi Boggiano
|
156e2ace46
Reorder processor stack
|
15 лет назад |
Jordi Boggiano
|
903bbd0fd6
Move the stack handling to the Logger class
|
15 лет назад |
Jordi Boggiano
|
811e6c79d6
Added docblocks and fixed a couple tests
|
15 лет назад |
Jordi Boggiano
|
a426ce2815
Added a Processor stack to the Logger class, added getHandler() to check if any handler is going to handle the message before processing it, handlers are now calling their parent in a chain
|
15 лет назад |
Jordi Boggiano
|
3fa6e4b91f
Major refactoring to follow the Logbook model
|
15 лет назад |