1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 08:36:33 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
Christophe Coevoet
6aebccf34c Moved the use of the default formatter to the getter to keep the code DRY 2011-05-08 16:34:56 +02:00
Christophe Coevoet
7ebcc6420f Changed the FormatterInterface to return only the formatted message and added a batch formatting method 2011-05-07 00:55:59 +02:00
Jordi Boggiano
ea466fa848 Removed second param from processors 2011-04-08 13:53:30 +02:00
Jordi Boggiano
0a09d83fb6 Make the AbstractHandler have proper default in case the constructor is overriden and not called 2011-04-06 13:59:00 +02:00
Christophe Coevoet
3cb3dbdc8f Made the write method protected
Tests are not a good reason to make it public.
2011-04-06 13:22:06 +02:00
Christophe Coevoet
87332a3e4e Added phpdoc for all methods and added the typehint for the FormatterInterface 2011-04-06 00:50:18 +02:00
Jordi Boggiano
3b0f738b88 Added docblocks 2011-04-05 22:35:39 +02:00
Christophe Coevoet
b2d356bbf2 Added a BufferHandler to allow batch processing of the records 2011-04-05 09:41:27 +02:00
Christophe Coevoet
3a3c96d6d7 Added some methods in the HandlerInterface and some typehints 2011-03-19 23:07:44 +01:00
Jordi Boggiano
6c24217c56 Renamed message to record 2011-02-25 23:01:43 +01:00
Jordi Boggiano
156e2ace46 Reorder processor stack 2011-02-25 22:01:37 +01:00
Jordi Boggiano
903bbd0fd6 Move the stack handling to the Logger class 2011-02-25 22:00:51 +01:00
Jordi Boggiano
811e6c79d6 Added docblocks and fixed a couple tests 2011-02-22 12:10:54 +01:00
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 2011-02-21 20:38:18 +01:00
Jordi Boggiano
3fa6e4b91f Major refactoring to follow the Logbook model 2011-02-20 20:53:11 +01:00