1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-26 06:24:34 +02:00

2832 Commits

Author SHA1 Message Date
Jordi Boggiano
68459e5cbb Update CHANGELOG 2016-07-02 14:59:31 +01:00
Jordi Boggiano
69fb2aa1c1 Fix GroupHandler::handleBatch when the handler has processors, fixes #814 2016-07-02 14:48:22 +01:00
s4msung
d9be260f3d include $context in error_handler 2016-07-02 14:43:33 +01:00
Dmitry Ivanov
1c75491af2 HtmlFormatter methods accessibility
Please, make them protected instead of private to enable comfortable overriding of HtmlFormatter class.
2016-07-02 14:38:53 +01: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
Julien Breux
3d74d961ab 😱 Remove const 2016-06-28 18:46:44 +02:00
Julien Breux
4230ff5560 Fix scalar typehints 2016-06-28 18:41:45 +02:00
Julien Breux
b1f107d12d Remove const 2016-06-28 18:39:44 +02:00
Julien Breux
996f420205 Add Logmatic.io 2016-06-28 18:07:18 +02:00
Jordi Boggiano
7efec0eeab Fix timezone param handling 2016-06-25 16:46:53 +01:00
Nils Adermann
50232e7bb4 Introduce a depth parameter for normalization to limit stack nesting 2016-06-22 14:36:16 +02:00
Nils Adermann
c582a6e791 Add a test for references normalization
This is an issue in particular when $GLOBALS gets stuck into $context
2016-06-22 14:28:38 +02:00
Jordi Boggiano
8eaad3f972 Merge pull request #807 from SalesChamp/master
Fix for TypeError within SocketHandler
2016-06-15 17:41:46 +02:00
Martin Kačmar
c02b43e0e0 Fix for TypeError - stream_set_timeout() expects integer as second and third parameter 2016-06-15 17:01:22 +02:00
Jordi Boggiano
03bbe04ba1 Merge branch '1.x' 2016-06-11 16:09:32 +01:00
Elan Ruusamäe
33df788930 Update NormalizerFormatter.php
^H the i
2016-06-11 16:09:14 +01:00
Jordi Boggiano
d14ee6d326 Fix deps 2016-05-30 10:37:55 +01:00
Jordi Boggiano
814fb340ce Fix loggly formatter test 2016-05-27 14:41:24 +01:00
Jordi Boggiano
992a1a20a0 Fix method case 2016-05-27 14:35:15 +01:00
Jordi Boggiano
baa7471cb5 More amqp fixes 2016-05-27 14:28:25 +01:00
Jordi Boggiano
a5a333d8cd Fix typo 2016-05-27 14:18:29 +01:00
Jordi Boggiano
bd584e89bc Fix mongodb formatter 2016-05-27 14:09:32 +01:00
Jordi Boggiano
87ea7b4596 Fix AmqpHandler class check 2016-05-27 13:57:55 +01:00
Jordi Boggiano
119807c80e Fix tests 2016-05-27 13:56:49 +01:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
788902b320 Merge branch '1.x' 2016-05-26 22:44:31 +01:00
Jordi Boggiano
39aeecefae Add getter for the StreamHandler URL, fixes #797 2016-05-26 22:44:25 +01:00
Jordi Boggiano
8a45ed75cc Auto-detecting of mime type for emails and switched to HtmlFormatter for emails by default, fixes #577 2016-05-26 22:41:41 +01:00
Jordi Boggiano
af7c0a7bda Make handlers more serializable by default by having them close() before sleeping, fixes #365 2016-05-26 21:13:52 +01:00
Jordi Boggiano
017aa2cb75 Add links to implementations 2016-05-26 21:03:30 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
85e43a5e7b Merge branch '1.x' 2016-05-26 20:42:24 +01:00
Jordi Boggiano
5e6b844653 Only fail on really empty stream URL, fixes #796 2016-05-26 20:27:56 +01:00
Jordi Boggiano
ba44f35534 Add type hints and fix formatting 2016-05-26 20:17:22 +01:00
Jordi Boggiano
a4f1c18339 Merge remote-tracking branch 'ricardofontanelli/master' 2016-05-26 20:12:25 +01:00
Jordi Boggiano
b9bf56a330 Remove exchangeName usage for AMQP extension users and make PhpAmqpLib use it only if provided, no more default to "log", fixes #355 2016-05-26 20:06:10 +01:00
Jordi Boggiano
2ff7afda31 Change the way objects are normalized to avoid multi-levels of json encoding, fixes #560 2016-05-26 19:21:47 +01:00
Jordi Boggiano
3d7842ec1e Coding style fixes, refs #720 2016-05-26 18:16:46 +01:00
Jordi Boggiano
8a379a3166 Merge remote-tracking branch 'ArSn/master' 2016-05-26 18:14:26 +01:00
Jordi Boggiano
d2616c0026 Fix typo 2016-05-26 18:14:10 +01:00
Jordi Boggiano
6f26801be6 More type hints 2016-05-26 18:04:57 +01:00
Jordi Boggiano
76a91c6722 Set default date format to have a timezone, fixes #196 2016-05-26 18:04:51 +01:00
Ricardo Fontanelli
3c7920b446 FIX the class name
FIX the class name (sorry, I'm coding direct in GitHub)
2016-05-24 00:57:48 -03:00
Ricardo Fontanelli
f1e3bdce76 FIX typing errors
FIX typing errors
2016-05-23 22:57:51 -03:00
Ricardo Fontanelli
446613af47 CS fixes
CS fixes
2016-05-23 22:52:24 -03:00
Ricardo Fontanelli
a9e990ac5e ADD support to SendGrid Handler
ADD support to SendGrid Handler
2016-05-23 22:50:26 -03:00
Jordi Boggiano
912d813c73 Add our own DateTime implementation to provide nicer JSON output, fixes #736 2016-05-20 21:33:27 +01:00
Jordi Boggiano
e27225dc40 Switch to DateTimeImmutable everywhere 2016-05-20 20:55:31 +01:00
Jordi Boggiano
6d2cfa63c9 Add support for custom logging level per exception class, and set ParseError to be CRITICAL 2016-05-20 20:45:16 +01:00
Jordi Boggiano
2a569ff961 Disable microsecond precision by default 2016-05-20 20:25:27 +01:00