Jordi Boggiano
9a6bf92626
Merge branch '1.x'
2016-11-16 12:16:26 +01:00
Julien Falque
9d43c66cc6
Make protected generic methods public
2016-11-16 12:15:57 +01:00
Jordi Boggiano
9cabe2961a
Merge branch '1.x'
2016-11-15 13:16:37 +01:00
Jordi Boggiano
f1d2b090d5
CS
2016-11-15 13:16:16 +01:00
Jay MOULIN
09a68c81e3
isolate fwrite to allow override
2016-11-15 13:15:19 +01:00
Jordi Boggiano
e5677a07ce
Merge pull request #879 from martijncalker/add-sqshandler
...
Add SqsHandler
2016-11-14 10:09:14 +01:00
Jordi Boggiano
b5794652f5
Merge pull request #824 from adambro/patch-1
...
Throw RuntimeException if socket resource is missing
2016-11-14 10:04:02 +01:00
Martijn van Calker
c0cc2b6cdf
Add SqsHandler
2016-11-14 09:20:24 +01:00
Jordi Boggiano
d7febf922c
Merge pull request #868 from ComaVN/noop-handler
...
Added the NoopHandler.
2016-11-13 20:40:29 +01:00
Jordi Boggiano
1dc4cf31e8
Merge branch '1.x'
2016-11-13 20:26:27 +01:00
Jordi Boggiano
371b8ebb1b
Add a RollbarHandler::flush() and make it close automatically on shutdown, fixes #864 , closes #865
2016-11-13 20:25:52 +01:00
Jordi Boggiano
2c1ed388c2
Allow overriding the routing key in AMQPHandler, fixes #874
2016-11-13 20:12:37 +01:00
Riccardo Messineo
0fb49dcfdf
New parameter $printSimpleMessage default false (Whether the attachment should include only the message without extradata)
2016-10-18 09:46:33 +02:00
Tugdual Saunier
d234839de1
Make the RavenHandler picks the first highest record as main
2016-10-13 09:42:54 +01:00
Roel Harbers
7284f7d9dc
Added the NoopHandler.
...
This handler handles anything, but does nothing, and does not stop bubbling to the rest of the stack.
This can be used for testing, or to disable a handler when overriding a configuration without influencing the rest of the stack.
2016-10-12 16:28:10 +02:00
Jordi Boggiano
75c37161d5
Merge branch '1.x'
2016-09-29 09:18:55 +02:00
Jordi Boggiano
11df1db3d6
Skip phan error
2016-09-29 09:17:54 +02:00
Jordi Boggiano
d72b886978
Add support for AWS SDK v3
2016-09-29 09:17:17 +02:00
Jordi Boggiano
5ce1c921ad
Fix type errors, thanks phan
2016-09-25 22:11:37 +02:00
Jordi Boggiano
96f4fd718f
CS fixes
2016-09-25 17:46:38 +02:00
Jordi Boggiano
941c21b793
Merge branch '1.x'
2016-09-25 17:41:12 +02:00
Jordi Boggiano
40b4891030
Make sure SyslogUdpHandler does not create empty frames where not necessary, fixes #841
2016-09-25 17:30:37 +02:00
Jordi Boggiano
9f8d34afae
Tweak RollbarHandler to use proper levels and include level and level_name in context info, fixes #852
2016-09-25 17:03:54 +02:00
Jordi Boggiano
ec945b60d4
Merge branch '1.x'
2016-09-18 18:10:42 +02:00
Jared King
bc3ccb0e87
Add support for PHP 7 errors in RavenHandler by checking for Throwable instead of Exception
2016-08-17 11:14:23 -05:00
Jordi Boggiano
6b0d0c4a19
Merge branch '1.x'
2016-07-29 04:53:49 +02:00
Jordi Boggiano
20e09c7e5f
Merge remote-tracking branch 'ondrejmirtes/phpstan'
2016-07-29 04:51:47 +02:00
Jordi Boggiano
ced9284123
Fix tests
2016-07-29 04:51:33 +02:00
Jordi Boggiano
9b5bf2cca7
Allow formatting of message by setting a line formatter on SlackHandler, fixes #829
2016-07-29 04:20:18 +02:00
Jordi Boggiano
f952c6b5c9
Merge branch '1.x', fixes #771
2016-07-29 04:09:04 +02:00
Jordi Boggiano
fac277b15a
Make separator optional
2016-07-29 04:07:25 +02:00
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
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
69fb2aa1c1
Fix GroupHandler::handleBatch when the handler has processors, fixes #814
2016-07-02 14:48:22 +01: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
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
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
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