1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-21 04:11:47 +02:00

231 Commits

Author SHA1 Message Date
Tim Mower
8373c8d57a Remove references to GelfFormatter 2012-10-17 08:59:38 +01:00
Tim Mower
93329e2a7f Add logstash formatter 2012-10-17 00:25:52 +01:00
Jordi Boggiano
a929570bb7 Fix json encoding, fixes #110 2012-09-05 21:32:46 +02:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Marc Abramowitz
fd4d2556f6 Refactor GelfMessageFormatterTest and GelfHandlerTest so that they don't
fatal error when mlehner/gelf-php is not installed.

Fixes GH-78.
2012-04-26 15:37:21 -07:00
Jordi Boggiano
985e682079 Merge remote-tracking branch 'mlehner/gelf' 2012-04-22 16:55:08 +02:00
Jordi Boggiano
0bd4d93006 Split off line formatter in normalizer + line formatters 2012-04-22 12:36:23 +02:00
Matt Lehner
d95889a98d code cleanups as suggested by @stof 2012-04-20 13:25:38 -04:00
Matt Lehner
979c4655f9 created GelfMessageFormatter and related tests 2012-04-17 16:17:43 -04: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
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
Kirill chEbba Chebunin
4c07f2dcc5 Add support for objects in WildfireFormatter 2011-08-02 23:50:28 +04:00
Jordi Boggiano
2bf653b39c Add @covers annotations 2011-07-20 00:04:49 +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
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
0775b03de0 Added support of objects and arrays as values in LineFormatter. closes #19 2011-05-08 19:29:58 +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
Jordi Boggiano
252058251d Fixed previous commit 2011-04-25 15:52:10 +02:00
Eric Clemmons
f158104762 Added tests for WildfireFormatter & FirePHPHandler 2011-04-22 14:12:12 -07:00
Jordi Boggiano
6c24217c56 Renamed message to record 2011-02-25 23:01:43 +01:00
Jordi Boggiano
0bb419cb95 Added array output to LineFormatter 2011-02-23 10:57:27 +01:00
Jordi Boggiano
811e6c79d6 Added docblocks and fixed a couple tests 2011-02-22 12:10:54 +01:00
Jordi Boggiano
3fa6e4b91f Major refactoring to follow the Logbook model 2011-02-20 20:53:11 +01:00
Jordi Boggiano
860194e879 Messages are now passed as arrays 2011-02-18 19:19:24 +01:00
Jordi Boggiano
594ed9cdcb Simplified message levels 2011-02-18 00:44:21 +01:00
Jordi Boggiano
7239b5203b Added tests, fixed a bunch of bugs 2011-02-17 03:04:37 +01:00