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

31 Commits

Author SHA1 Message Date
Jordi Boggiano
6e6586257d Add scalar types to processor/formatters and top level classes 2016-09-25 21:23:35 +02:00
Jordi Boggiano
f4567f1a5f Merge pull request #808 from naderman/fix/normalizer-recusion
Normalization of arrays containing self references
2016-07-02 15:34:40 +02:00
Nils Adermann
50232e7bb4 Introduce a depth parameter for normalization to limit stack nesting 2016-06-22 14:36:16 +02:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
e27225dc40 Switch to DateTimeImmutable everywhere 2016-05-20 20:55:31 +01:00
Jordi Boggiano
0b654cec86 CS fixes 2014-04-23 09:20:48 +02:00
Witold Wasiczko
acede03901 Fix type name for table formatter 2014-04-04 15:00:22 +02:00
snapshotpl
4a6f9cabb0 Table constant 2014-04-03 22:26:45 +02:00
snapshotpl
180313742e Remove const 2014-04-03 22:14:21 +02:00
Witold Wasiczko
894ccd367f Add channel name for table 2014-03-28 09:27:51 +01:00
Witold Wasiczko
399d10bcf0 Fix #150: Table formatter for FirePHP 2014-03-27 14:37:18 +01:00
Jordi Boggiano
63e3bfdf7e Resolve json encoding errors issue globally, refs #137 2013-01-06 20:14:14 +01:00
Benjamin Grandfond
0945fcdccb Catch json_encode recursion error 2012-12-21 23:23:38 +01:00
Jordi Boggiano
9dee289dae Fix formatters to handle new levels 2012-06-19 20:53:33 +02:00
Jordi Boggiano
388056fd92 Fix wildfire formatter with custom data types, refs #89 2012-06-15 18:55:16 +02:00
Jordi Boggiano
da33c84d07 CS fixes 2012-06-14 15:47:01 +02:00
Jordi Boggiano
f2abbf3f7c Adjust #39, only show extra/context when necessary, remove date 2011-08-03 18:41:13 +02:00
Kirill chEbba Chebunin
6e589ac028 Remove duplicated info about line and file in WildfireFormatter 2011-08-03 13:02:17 +04:00
Kirill chEbba Chebunin
4c07f2dcc5 Add support for objects in WildfireFormatter 2011-08-02 23:50:28 +04:00
Christophe Coevoet
9b2a64d64f Used the line and file in the FirePHP message 2011-07-04 22:02:45 +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
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
708d799e1d Simplified code 2011-05-06 19:48:34 +02:00
Christophe Coevoet
e059c441e0 Fixed CS and phpdoc 2011-05-06 19:47:27 +02:00
Jordi Boggiano
d3e89dbed1 Added CRITICAL and ALERT levels 2011-05-02 15:39:46 +02:00
Jordi Boggiano
252058251d Fixed previous commit 2011-04-25 15:52:10 +02:00
Jordi Boggiano
9e7471f77e Aligned log level conversion with the one of syslog 2011-04-25 15:49:27 +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
0148506b2e Added FirePHPHandler using a WildfireFormatter 2011-04-22 14:10:55 -07:00