1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 06:52:34 +01:00

135 Commits

Author SHA1 Message Date
Jordi Boggiano
8108272c6c Added @covers annotations to everything 2011-06-29 20:23:08 +02:00
Jordi Boggiano
61d5a23e41 More test coverage of handlers/formatters 2011-06-29 19:24:29 +02:00
Jordi Boggiano
9c2f081c9a Add support for serializing resources in LineFormatter 2011-06-29 19:23:43 +02:00
Jordi Boggiano
30f19916d9 Add missing docblock 2011-06-29 19:01:22 +02:00
Jordi Boggiano
38862439a0 Improved coverage of Logger 2011-06-29 18:58:56 +02:00
Jordi Boggiano
78a26a3f4f Tested WebProcessor 2011-06-29 18:58:40 +02:00
Jordi Boggiano
c465a5dd02 Adjusted docblock 2011-06-29 18:24:58 +02:00
Jordi Boggiano
8492eb74b3 Merge pull request #33 from stof/rich_logging
Rich logging
2011-06-17 05:08:45 -07:00
Jordi Boggiano
ff6d7fce5c Adjusted tests 2011-06-10 16:07:53 +02:00
Jordi Boggiano
64e582cc8a NullHandler always blocks bubbling 2011-06-10 16:05:55 +02:00
Jordi Boggiano
6a2d207f98 Bubbling defaults to true 2011-06-10 16:03:47 +02:00
Jordi Boggiano
9c7cb32b83 Add composer.json file 2011-06-09 23:00:06 +02:00
Christophe Coevoet
0d728feb7c Fixed forwarding of the context in logging calls 2011-06-01 01:05:23 +02:00
Christophe Coevoet
e9f3e0c2d7 Moved the channel as label on the FirePHP message for a better formatting 2011-06-01 00:43:09 +02:00
Christophe Coevoet
c1675c59d8 Added the support of a logging context 2011-06-01 00:10:38 +02:00
Christophe Coevoet
a8d4fc4a34 Tweaked the formatting of complex data in the LineFormatter 2011-05-31 20:52:44 +02:00
Jordi Boggiano
53c9b2050f Merge pull request #32 from stof/default_values
Added missing initialization of the arrays for TestHandler
2011-05-30 17:43:36 -07:00
Christophe Coevoet
c1669860fa Added missing initialization of the arrays for TestHandler 2011-05-31 00:23:27 +02:00
Jordi Boggiano
1defa7857f Fixed plugin protocol uri for FirePHPHandler, closes #25 2011-05-16 22:50:16 +02:00
Jordi Boggiano
5b88a7a67c Merge pull request #31 from weaverryan/stream_exception_language
Trying to carefully improve the language on a common exception message
2011-05-16 13:44:34 -07:00
Ryan Weaver
d39b7084cd Trying to carefully improve the language on a common exception message
For example, if using Symfony, this is probably that first thing you'll see after installing, because the logs directory won't be writable. So, ideally, it should be clear enough that the user knows to change the permissions on the directory. Many developers might not understand the idea of a "stream", but they do understand a file not being writable.
2011-05-14 18:32:30 -05:00
Jordi Boggiano
ee75a8f8f0 Merge pull request #29 from stof/refactoring
Refactoring
2011-05-11 17:23:12 -07:00
Christophe Coevoet
6c9946aca8 Tweaked the GroupHandler to make it handle a record only when needed 2011-05-11 23:59:45 +02:00
Christophe Coevoet
0defabb726 Refactored the AbstractHandler to avoid having some dummy write() methods 2011-05-11 18:43:04 +02:00
Jordi Boggiano
1d6697294d Merge remote-tracking branch 'lenar/forward-handler'
Fixes #28
2011-05-11 14:09:55 +02:00
lenar
e969124cec Update documentation about GroupHandler 2011-05-10 18:13:03 +03:00
lenar
b6949fbf8f Rename to GroupHandler, remove callback support, add couple of tests, try 2 2011-05-10 18:07:42 +03:00
lenar
0eb5896c5b Rename to GroupHandler, remove callback support, add couple of tests 2011-05-10 18:04:41 +03:00
lenar
6fcc54d09f Change the name to ForwarderHandler 2011-05-10 16:51:09 +03:00
lenar
8d68d4cef4 Fix variable name 2011-05-10 16:45:06 +03:00
lenar
2b6437bd87 Added ForwardHandler 2011-05-10 15:52:43 +03:00
Jordi Boggiano
0ce2cb2fc8 Updated README 2011-05-09 14:57:27 +02:00
Jordi Boggiano
580df22f5b Updated README to document all existing handlers 2011-05-09 14:57:25 +02:00
Jordi Boggiano
ffbb7b86d6 Merge pull request #27 from stof/object-formatting
Added support of objects and arrays as values in LineFormatter
2011-05-09 04:31:12 -07:00
Christophe Coevoet
0775b03de0 Added support of objects and arrays as values in LineFormatter. closes #19 2011-05-08 19:29:58 +02:00
Jordi Boggiano
0ebdf69daa Merge pull request #26 from stof/swiftmailer-callback
Added the possibility to configure the message using a callback in SwiftMailerHandler
2011-05-08 09:37:45 -07:00
Christophe Coevoet
6dd6f040e8 Updated README 2011-05-08 18:26:39 +02:00
Christophe Coevoet
b66b5f3b3c Added the possibility to configure the message using a callback in SwiftMailerHandler 2011-05-08 17:24:17 +02:00
Jordi Boggiano
8b6d35d667 Merge pull request #24 from stof/mailhandler
Added MailHandler, NativeMailHandler and SwiftMailerHandler
2011-05-08 07:51:09 -07:00
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
c33eb7b032 Added a NativeMailerHandler using the PHP mail() function 2011-05-08 16:11:54 +02:00
Christophe Coevoet
d3bc58a01c Refactored the MailHandler to use the formatter to format the batch message 2011-05-08 15:18:58 +02:00
Christophe Coevoet
f9590bb545 Merge remote branch 'thesalla/mailhandler' into mailhandler 2011-05-08 14:44:25 +02:00
Jordi Boggiano
642a0faf45 Merge pull request #22 from stof/formatting_refactoring
Refactoring of FormatterInterface

format() must now return the formatted message and not the complete record.
2011-05-08 05:33:43 -07:00
Jordi Boggiano
37c82046a9 Merge pull request #23 from stof/fingerscrossed
FingersCrossedHandler improvements
2011-05-08 05:06:45 -07:00
Christophe Coevoet
a75f7963ee Added the possibility to configure whether the FingersCrossedHandler should continue to buffer after being triggered or not
The change is BC as the default is to stop buffering.
2011-05-07 01:28:00 +02:00
Christophe Coevoet
9b084240e9 Changed FingersCrossedHandler to use handleBatch when the buffer is triggered 2011-05-07 01:19:54 +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
d7f98df9ab Merge pull request #21 from stof/testhandler
Added support of ALERT and CRITICAL in TestHandler
2011-05-06 13:45:04 -07:00
Christophe Coevoet
10f5e3c746 Added support of ALERT and CRITICAL in TestHandler 2011-05-06 21:24:27 +02:00