Jordi Boggiano
60f8561ffa
Merge remote-tracking branch 'anroots/feature/fleep'
...
Conflicts:
README.mdown
2014-09-29 23:03:32 +01:00
Jordi Boggiano
4f85e5570c
Merge pull request #413 from fotomerchant/feature/slackEmoji
...
Added Emoji support for the Slack Handler
2014-09-29 22:58:47 +01:00
Jordi Boggiano
87ec0a8f6d
Merge pull request #420 from Rvanlaak/master
...
fix PushoverHandler notice
2014-09-29 22:55:05 +01:00
Jordi Boggiano
ad40ca3a1d
Merge pull request #406 from maffpool/master
...
Use dateFormat in HtmlFormatter
2014-09-29 22:52:40 +01:00
Jordi Boggiano
c2069d7470
Merge pull request #422 from TheoKouzelis/issue/streamArgs
...
Invalid StreamHandler Arguments
2014-09-29 22:51:43 +01:00
Jordi Boggiano
3bf5e37ea7
Merge pull request #407 from maffpool/html_formatter
...
HtmlFormatter - Embed context and extra datas in tables
2014-09-29 22:46:28 +01:00
Jordi Boggiano
7eebdae56b
CS fixes/add to README, refs #427
2014-09-29 22:12:28 +01:00
Adam Nicholson
e99d6b1bce
Fixed a docblock typo in Mandrill handler
2014-09-29 21:02:43 +01:00
Adam Nicholson
05936033f7
Removed Guzzle dependency from Mandrill handler. API calls are now done via cURL
2014-09-29 20:53:51 +01:00
Mark Garrett
e7647fd37d
Add prefixes to the context and extra record keys. Needed as some processors have the same keys as the the context. Specifically, the IntrospectionProcessor has "line" and "file" that can overwrite an error context "line" and "file".
2014-09-29 11:04:41 -05:00
Adam Nicholson
1ea7610552
Added MandrillHandler for sending log messages to the Mandrill API
2014-09-25 23:49:01 +01:00
Craig D'Amelio
d7939f3463
Test suite and supporting handler for WhatFailureGroupHandler
2014-09-24 13:45:06 -04:00
Craig D'Amelio
58d16ba358
Group handler that ignores failures
...
This allows a group handler which on a single handler failing will
continue and allow subsequent handlers to record the event.
2014-09-24 13:01:09 -04:00
Theo Kouzelis
9752eb9bf3
Removed unnecessary test code and corrected doc style
2014-09-20 12:05:16 +01:00
Theo Kouzelis
d52085a32f
Remove Debug Code
2014-09-17 21:38:44 +01:00
Theo Kouzelis
b838c31b21
Stream Handler Throw Invalid Argument If Not String Or Resource
2014-09-17 21:35:11 +01:00
Rvanlaak
bd77dd9f93
fix PushoverHandler notice
2014-09-15 12:16:22 +02:00
Jordi Boggiano
b3f039339d
Support objects/arrays/resources a bit better, refs #410
2014-09-10 16:41:01 +01:00
Jordi Boggiano
2351b65d49
Merge pull request #410 from harrytruong/master
...
PsrLogMessageProcessor updated to add valid string conversion conditions
2014-09-10 16:26:00 +01:00
Jordi Boggiano
b4947bde0e
Merge pull request #417 from lyrixx/visibility
...
Fixed visibility of some classes to match parent visibility
2014-09-10 16:16:15 +01:00
Grégoire Pineau
f3b61cf48a
Fixed visibility
2014-09-08 20:01:00 +02:00
Ando Roots
b25697a3f0
Replace Curl with SocketHandler in FleepHookHandler
2014-08-28 23:33:42 +03:00
Ando Roots
c8d0830860
Fix issues highlighted by @stof on first code review
2014-08-28 22:58:52 +03:00
Ando Roots
7944eecbd8
Add FleepHookHandler
...
This commit adds a Handler for sending logs to fleep.io
conversations using their Webhook integration
(https://fleep.io/integrations/webhooks/ ).
2014-08-28 22:08:03 +03:00
Derek Clapham
ff6c458260
Updated position of iconEmoji variable to prevent BC breaks
2014-08-22 16:49:42 +10:00
Derek Clapham
c63d082444
Added emoji support as per slack api doc: https://api.slack.com/methods/chat.postMessage
2014-08-22 15:19:14 +10:00
Harry Truong
2c80f5d0d5
PsrLogMessageProcessor updated to add valid string conversion conditions
2014-08-07 13:07:19 -04:00
Matthieu Verrecchia
32bc7eb595
Embed context and extra datas in tables
2014-08-05 14:21:49 +02:00
Matthieu Verrecchia
3d0314ce04
Use dateFormat in HtmlFormatter
2014-08-05 13:44:24 +02:00
Menno Holtkamp
49c469668a
Allow to add extra fields
2014-08-03 15:48:29 +02:00
Menno Holtkamp
b816cef167
Updated PHPDoc, $to property is an array
2014-07-30 23:24:09 +02:00
Jordi Boggiano
997222d25e
Merge pull request #393 from kerdany/error_handler_patch
...
Add 'code', 'message' keys to ErrorHandler log record's context array.
2014-07-28 22:11:00 +02:00
Jordi Boggiano
16afa5ac26
Remove duplicate call to BufferHandler::close, fixes #386
2014-07-28 22:08:10 +02:00
Jordi Boggiano
ac3f343f2d
Fix build
2014-07-28 21:30:28 +02:00
Jordi Boggiano
55b60344a8
Adds FingersCrossedHandler::clear and BufferHandler::clear, fixes #390
2014-07-28 20:45:50 +02:00
Jordi Boggiano
6397b5883b
CS fixes
2014-07-28 20:40:43 +02:00
Jordi Boggiano
c82120fea3
Merge PhpAmqlLibHandler into the AmqpHandler, refs #389
2014-07-28 20:37:39 +02:00
Jordi Boggiano
2c1d1ded9e
Merge remote-tracking branch 'giosh94mhz/phpamqplib_handler'
2014-07-28 20:27:47 +02:00
Jordi Boggiano
72ad8a533d
Rename preferLocking to useLocking
2014-07-28 20:19:11 +02:00
Jordi Boggiano
bed2855bcb
Add preferLocking flag to RotatingFileHandler
2014-07-28 20:17:41 +02:00
Jordi Boggiano
8aea201b07
Merge remote-tracking branch 'Topface/locking-stream'
...
Conflicts:
src/Monolog/Handler/StreamHandler.php
2014-07-28 20:08:28 +02:00
Jordi Boggiano
40dda4876d
Merge pull request #399 from JeroenDeDauw/typo
...
Fix typo in docblock
2014-07-28 13:23:37 +02:00
Jordi Boggiano
0edd363bc3
Merge pull request #398 from JeroenDeDauw/ChannelLevelActivationStrategy
...
Fix name in docblock
2014-07-28 13:23:16 +02:00
Jordi Boggiano
961ef73f16
Merge pull request #396 from JeroenDeDauw/hch
...
Remove dead var
2014-07-28 13:21:26 +02:00
jeroendedauw
b9f36e173e
Fix name in docblock
2014-07-27 17:22:58 +02:00
jeroendedauw
d7d572a0e2
Fix typo in docblock
2014-07-27 17:20:10 +02:00
jeroendedauw
f6346e7e2b
Fix type hint
2014-07-27 16:50:37 +02:00
jeroendedauw
d5865eb250
Remove dead var
2014-07-27 16:41:31 +02:00
Hany el-Kerdany
466057c797
Add 'code', 'message' to ErrorHandler log context.
...
Passed the 'code' and 'message' from the original error/fatal-error
to the context of ErrorHandler log record(s).
This will help writers of Handlers to save structured information about
errors/fatal-errors. (e.g. Useful for a "DatabaseHandler").
2014-07-25 10:36:35 +02:00
Jordi Boggiano
61145103b6
Merge pull request #388 from MacDada/LineFormatter_dont_show_empty_arrays_option
...
LineFormatter: context and extra optionally not shown when empty
2014-07-19 21:11:34 +02:00