Jordi Boggiano
b4c12e9f2c
Update/fix tests
2012-04-22 11:24:28 +02:00
Tiago Ribeiro
c8c231f177
Added referer to extra parameter
2012-04-20 16:44:33 +01:00
Jordi Boggiano
8d4ac5c0f7
Rename ChromePhp to ChromePHP for consistency with FirePHP
2012-02-20 17:35:45 +01:00
Christophe Coevoet
e3e2bb2f4f
Added a ChromePhpHandler.
...
Closes #56
2012-02-20 00:21:53 +01:00
Jordi Boggiano
355123d607
Add isHandling, fixes #53
2012-01-28 14:43:55 +01:00
Christophe Coevoet
64009a5880
Added more tests for the logger
2011-09-06 23:37:29 +02:00
Christophe Coevoet
8c094aa3b3
Changed the tests for the abstract handlers to use a mock instead of the TestHandler
2011-08-29 15:00:42 +02:00
Christophe Coevoet
10e5ecd409
Added some tests
2011-08-29 15:00:28 +02:00
Jordi Boggiano
315baaf143
Fixed test
2011-08-08 01:36:49 +02:00
Artem Nezvigin
f31388ec42
Added logger name getter, Monolog\Logger::getName()
...
Added phpunit.xml to .gitignore to prevent contributors from accidentally commiting theirs.
2011-08-07 16:29:10 -07:00
Kirill chEbba Chebunin
505f9b3481
Make FirePHPHandlerTest independent from WildfireFormatter
2011-08-03 00:11:08 +04:00
Kirill chEbba Chebunin
4c07f2dcc5
Add support for objects in WildfireFormatter
2011-08-02 23:50:28 +04:00
Jordi Boggiano
45b6740a0e
Add tests for Memory processors
2011-07-20 00:05:18 +02:00
Jordi Boggiano
2bf653b39c
Add @covers annotations
2011-07-20 00:04:49 +02:00
Jordi Boggiano
f93d6f0837
Added IntrospectionProcessor: Adds the line/file/class/method from which the log call originated
2011-07-04 21:32:49 +02:00
Jordi Boggiano
66c1cc05a8
More testing coverage
2011-06-29 21:32:02 +02:00
Jordi Boggiano
7a56a1c73f
Tested the TestHandler (WTF)
2011-06-29 20:38:40 +02:00
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
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
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
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
Jordi Boggiano
1defa7857f
Fixed plugin protocol uri for FirePHPHandler, closes #25
2011-05-16 22:50:16 +02: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
Christophe Coevoet
0775b03de0
Added support of objects and arrays as values in LineFormatter. closes #19
2011-05-08 19:29:58 +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
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
7ebcc6420f
Changed the FormatterInterface to return only the formatted message and added a batch formatting method
2011-05-07 00:55:59 +02:00
Christophe Coevoet
e059c441e0
Fixed CS and phpdoc
2011-05-06 19:47:27 +02:00
Gyula Sallai
51a94dce2f
Merge branches 'mailhandler' and 'master' into mailhandler
2011-05-01 09:10:27 +02:00
Gyula Sallai
d87ba1c6e5
Fixes
2011-04-28 18:02:38 +02:00
Jordi Boggiano
252058251d
Fixed previous commit
2011-04-25 15:52:10 +02:00
Jordi Boggiano
2b1c68e0d0
Make $initialized static
...
Removed custom writer, overriding is easy enough
CS fixes
Added TestFirePHPHandler class to enable testing of headers
2011-04-25 15:48:52 +02:00
Gyula Sallai
a1bc483041
Added SwiftMailerHandler, added write to MailHandler
2011-04-25 01:48:12 +02:00
Eric Clemmons
275084d5d7
Refactored header creation to use $key => $value pairs for easier support for 3rd-party Response objects
2011-04-23 17:52:32 -07:00
Eric Clemmons
12ab07447d
Refactored FirePHPHandler a bit to support Closures & Methods to override how headers are sent.
...
(Defaults to PHP's `header` function)
2011-04-23 15:33:39 -07:00
Eric Clemmons
92f866b9d6
Added "Functional" web-browser test page to verification
...
If there's a better way to test this, let me know. Since the handler reverse-engineers the Wildfire protocol, this was the easiest way to verify functionality.
2011-04-22 14:12:29 -07:00
Eric Clemmons
f158104762
Added tests for WildfireFormatter & FirePHPHandler
2011-04-22 14:12:12 -07:00
Gyula Sallai
1279194192
Added an abstract MailHandler class
2011-04-22 17:41:10 +02:00
Christophe Coevoet
24dc9e91d0
Added a test for the FingersCrossedHandler reset method
2011-04-07 12:54:39 +02:00
Christophe Coevoet
2d959bf8b3
Added a level for the BufferHandler
2011-04-07 12:49:09 +02:00
Jordi Boggiano
7fd13f6aec
Minor fixes
2011-04-06 13:58:58 +02:00
Jordi Boggiano
a390331a5d
Copy paste detected :)
2011-04-06 13:58:57 +02:00