1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00
Commit Graph

1143 Commits

Author SHA1 Message Date
Jordi Boggiano
679f4064a8 Merge branch '1.x' 2016-07-29 04:05:03 +02:00
Jordi Boggiano
a6ecf50e74 Allow other separators for the date format in RotatingFileHandler 2016-07-29 04:04:32 +02:00
Adam Brodziak
eca984b647 Throw RuntimeException if socket resource is missing
The socket resource can be closed, purged or lost during the runtime of an application.
It is valid concern, because the resource is acquired and used at different times during request.

LogicException is more for static preconditions that have to be valid before function call.
2016-07-20 16:07:14 +02:00
Francis Besset
8b1f522206 Added informations to normalize a SoapFault 2016-07-20 15:18:11 +02:00
Ondrej Mirtes
26d7d29d27 Fixed incompatible interfaces with MailHandler 2016-07-19 00:33:15 +02:00
Jordi Boggiano
f16e67d523 CS fixes 2016-07-02 15:12:25 +01:00
Jordi Boggiano
a36b099646 Merge remote-tracking branch 'JulienBreux/feature/logmatic' 2016-07-02 15:05:16 +01:00
Jordi Boggiano
b909ca1e02 Merge branch '1.x' 2016-07-02 15:03:11 +01:00
Jordi Boggiano
55841909e2 Undo accidental linebreak 2016-07-02 15:02:10 +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
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
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
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
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