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

27 Commits

Author SHA1 Message Date
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
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
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
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
b3f1d9a792 Add note about payload context var, refs #687 2015-11-18 17:17:24 +00:00
Jordi Boggiano
5ee8529a7a Merge pull request #687 from edvardasd/master
Pass payload information to RollbarHandler on report_message.
2015-11-18 17:14:45 +00:00
Jordi Boggiano
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
Edvardas Daukšas
c5465b8e1a Pass payload information to RollbarHandler on report_message. 2015-11-18 10:59:57 +02:00
Jordi Boggiano
5785a9ac4a Fix CS and php5.3 compat 2015-08-31 10:26:07 +01:00
Jordi Boggiano
18013a5e7d Fix rollbar triggering strict notices 2015-08-31 10:16:39 +01:00
Moshe Brevda
dce930e43d Fix syntax 2015-08-27 09:47:53 +03:00
Moshe Brevda
fd4687b089 Better variable handling 2015-08-27 09:44:55 +03:00
Moshe Brevda
2719cca77f Add payload, too 2015-08-23 02:03:17 +03:00
Moshe Brevda
a4033bf3d6 Pass context to RollBar 2015-08-23 00:06:48 +03:00
Jordi Boggiano
3dccef613e Make sure handlers can be closed multiple times 2015-08-09 17:29:31 +01:00
Jordi Boggiano
31358c858f Add missing license headers 2014-09-30 14:24:28 +01:00
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +01:00
Joseph Pugh
e7d52e39a9 Fatal error: Class 'Monolog\Handler\Logger' not found in RollbarHandler.php on line 27 2014-03-13 16:18:10 -05:00
Paul Statezny
94c90ade89 Send datetime as a string so it can be converted to JSON. 2014-03-06 14:37:59 -07:00
Paul Statezny
fbf654f31d Include level, channel, and datetime in extra data sent to Rollbar. 2014-03-06 14:32:04 -07:00
Paul Statezny
595c6fc8af Include context data as extra data sent to Rollbar. 2014-03-06 14:18:57 -07:00
Paul Statezny
2bb729d60b Flush roll bar notifier on close rather than destruct.
Inherit DocBlocks.
2014-03-06 11:42:52 -07:00
Paul Statezny
776a894487 Inject rollbar handler.
Typecheck exceptions.
Coding standard fix.
2014-03-06 11:40:41 -07:00
Paul Statezny
6f70235470 Add Rollbar handler. 2014-03-06 10:57:37 -07:00