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

7 Commits

Author SHA1 Message Date
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
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
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
f158104762 Added tests for WildfireFormatter & FirePHPHandler 2011-04-22 14:12:12 -07:00