Commit History

Author SHA1 Message Date
  Jordi Boggiano cf0f4b3814 Handle __toString to serialize objects which are not json-serializable in JsonFormatter, fixes #1733 3 years ago
  Jordi Boggiano 35a1e4de9b Fix php8 build 5 years ago
  Gabriel Caruso 6038dcb21c JsonFormatter: add option to ignore empty `context` and `extra` fields 5 years ago
  Jordi Boggiano a8a0dbb778 Merge branch '1.x' 6 years ago
  theravel 9621075c0f Fix JSON formatting of resource type, closes #1410 6 years ago
  Jordi Boggiano 0ad73a526f CS fixes 7 years ago
  Mponos George daed05c3e5 Enable JSON encode pretty print (#1236) 7 years ago
  Jordi Boggiano c7b12a7497 Json formatter should always format context/extra as an object, fixes #1028 7 years ago
  Jordi Boggiano 800fe2cc1a Migrate maxNormalizeDepth/maxNormalizeItemCount props and setters to NormalizerFormatter 7 years ago
  Jordi Boggiano 518288c5c5 Merge branch '1.x' 7 years ago
  Minh-Quan TRAN ada5d30511 If context has exactly 1000 items, do not truncate 8 years ago
  Tom Rochette 68cf3c69d1 Allow JsonFormatter maximum normalized depth and maximum number of items per level to be configured in the constructor. 8 years ago
  Jordi Boggiano 96f4fd718f CS fixes 9 years ago
  Jordi Boggiano ec945b60d4 Merge branch '1.x' 9 years ago
  Nerijus Eimanavičius 5587f6bd3b Refactored JsonFormatter tests to more readable structure 9 years ago
  Nerijus Eimanavičius 6586425a31 Better support for PHP7 \Throwable 9 years ago
  Jordi Boggiano 21dde4dedb Move to strict mode and fix tests 9 years ago
  Jordi Boggiano f200e79879 CS fixes 9 years ago
  Jordi Boggiano 912d813c73 Add our own DateTime implementation to provide nicer JSON output, fixes #736 9 years ago
  Jordi Boggiano e27225dc40 Switch to DateTimeImmutable everywhere 9 years ago
  Jordi Boggiano d7b415c2c8 Make TestCase class available to dependents to help with testing 9 years ago
  Javier Spagnoletti e8e1d9efa3 Add ability to include exception's stack traces in `Monolog\Formatter\JsonFormatter` 10 years ago
  Jordi Boggiano b738a6c04c CS fixes 11 years ago
  Jordi Boggiano 5e8bb7556b Added $appendNewline flag to the JsonFormatter to enable using it when logging to files, fixes #344 11 years ago
  Jordi Boggiano 392ef35fd4 CS fixes 11 years ago
  Adam Pancutt 70290e7087 Added batch mode tests to JsonFormatter 12 years ago
  Jordi Boggiano 2bf653b39c Add @covers annotations 14 years ago
  Jordi Boggiano 61d5a23e41 More test coverage of handlers/formatters 14 years ago
  Christophe Coevoet c1675c59d8 Added the support of a logging context 14 years ago
  Christophe Coevoet 7ebcc6420f Changed the FormatterInterface to return only the formatted message and added a batch formatting method 14 years ago