Jordi Boggiano
fab2a2deef
Merge pull request #332 from PaulStatezny/rollbar-handler
...
Add Rollbar handler
2014-03-08 17:45:09 +01:00
Jordi Boggiano
65109e6df4
Prevent empty headers from having a leading \r\n
2014-03-08 17:37:06 +01:00
Mark Garrett
f7bb2cd820
Correct spacing
2014-03-07 08:24:30 -06: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
Mark Garrett
e490186a7c
Allow for different Content-type and character encodings; Insert a MIME-Version header for HTML emails if there isn't one already; More documentation;
2014-03-04 11:34:35 -06:00
Jordi Boggiano
e8604a4eaa
Merge pull request #309 from apancutt/master
...
Added support for Loggly batch uploads
2014-02-25 23:34:04 +01:00
Jordi Boggiano
6b81ac8153
CS fixes, refs #326
2014-02-23 16:06:45 +01:00
Benjamin Zikarsky
b56ed7b0fd
Merge remote-tracking branch 'official/master' into gelf-php-compat
...
Conflicts:
composer.json
2014-02-22 16:13:58 +01:00
Benjamin Zikarsky
f0ed3d8054
Allow for both mlehner/gelf-php and graylog2/gelf-php usage
2014-02-22 16:11:33 +01:00
Jordi Boggiano
6cabe95f23
Allow changing the HipChat message format, fixes #318
2014-02-06 21:35:10 +01:00
Jordi Boggiano
4814e79f3f
CS fixes and a BC nitpick
2014-02-06 13:42:34 +01:00
Leevi Graham
d37e916040
Add limit to batched records
2014-02-05 20:19:53 +11:00
Adam Pancutt
a46413b15b
Added 'timestamp' parameter to $record for indexing by Loggly
2014-01-22 14:31:31 +00:00
Adam Pancutt
95f0649b59
Replaced LogglyFormatter with option to change batch formatting in JsonFormatter
2014-01-21 11:39:58 +00:00
Adam Pancutt
e17aad1a99
Added support for Loggly batch uploads
2014-01-21 10:28:27 +00:00
Benjamin Zikarsky
c8289fd654
Updated GelfHandler/GelfFormatter
...
Changes monolog to use the updated official graylog2/gelf-php
2013-12-28 18:57:39 +01:00
Jordi Boggiano
3926d95f8a
CS fixes
2013-12-26 11:43:12 +01:00
Milos Levacic
67a908796b
Add name length check to the HipChatHandler
...
As explained in its docblock, the validation function will fall back to
a simple strlen check if mb_strlen is not available. However, that very
specific case is not one that was deemed important to support, as anyone
using UTF-8 in their code, without having mbstring available will
probably have bigger problems to worry about.
Fixes #289
2013-12-24 21:15:02 +01:00
Jordi Boggiano
89ba162dca
Update readme, fix cs
2013-11-20 13:30:00 +01:00
Jordi Boggiano
e8aa1013f5
Update license headers
2013-11-14 20:17:23 +01:00
Jordi Boggiano
97ed5e1ea3
Add check for curl ext
2013-11-14 20:15:52 +01:00
Jordi Boggiano
b793eccd76
Merge remote-tracking branch 'sobstel/master'
2013-11-14 20:14:38 +01:00
Jordi Boggiano
516447f913
Add version check for the AWS SDK, refs #260
2013-11-11 23:14:57 +01:00
Jordi Boggiano
3987f88f2c
Merge remote-tracking branch 'adlawson/dynamodb-handler'
...
Conflicts:
README.mdown
composer.json
2013-11-11 22:43:16 +01:00
Jordi Boggiano
eea4d089e7
Merge pull request #251 from skymeyer/elastic_search2
...
ElasticSearchHandler and ElasticaFormatter
2013-11-11 13:23:23 -08:00
Luis Cordova
fb542f2164
address second comment on using str_replace instead of printf for setting filename format expression
2013-11-05 13:55:03 -05:00
Luis Cordova
b140ff1bb0
change name according to Seldaek recommendation
2013-11-05 13:33:39 -05:00
Luis Cordova
a72862ffc3
switch from setTimedFilename to setFilenameFormatParams
2013-11-05 10:10:35 -05:00
Luis Cordova
93469c4108
move public method before protected ones
2013-11-05 10:07:35 -05:00
Luis Cordova
6489e364d8
remove unused glob member
2013-11-05 09:56:19 -05:00
Luis Cordova
6d17d0c89f
plug #245 log rotate with setTimedFilename
2013-11-04 23:05:35 -05:00
skymeyer
b1b210dba3
ElasticSearchHandler and ElasticaFormatter
2013-11-04 17:46:48 -08:00
adlawson
471bc7fa91
Add AWS DynamoDB handler
...
This also adds the `aws/aws-sdk-php` dev dependency
2013-11-03 14:37:18 +00:00
Jordi Boggiano
68a4af953e
Adjust methods visibility
2013-10-31 22:21:31 +01:00
Jordi Boggiano
b8967466bc
Combine common syslog handlers functionality, refs #258
2013-10-31 22:17:55 +01:00
Jesper Skovgaard Nielsen
272328f248
Inline _write method
2013-10-31 11:04:32 +01:00
Jesper Skovgaard Nielsen
56e4610ab8
['foo' => 'bar'] array notation is not PHP 5.3 compatible.
2013-10-31 10:59:51 +01:00
Jesper Skovgaard Nielsen
359480a45c
Added documentation for SyslogUdpHandler
2013-10-31 09:49:30 +01:00
Jesper Skovgaard Nielsen
e53d6040c0
Added SyslogUdpHandler.
...
This handler lets you log to a remote syslogd server via UPD. The
use-case here is having many webservers, and the need to gather log-
files on a centralized server.
2013-10-31 09:41:00 +01:00
Kamisama
780d1d838b
Add timezone to Dates
2013-10-23 16:42:04 -04:00
pkraeutli
685a91ba53
CS fix
2013-10-16 10:50:57 +02:00
pkraeutli
f1af2c484a
HipChatHandler: combine batch records and send as one
2013-10-16 10:27:55 +02:00
Birkir A. Barkarson
0f4401891e
Fixes based on comments.
...
- Change function to private.
- Use private variable correctly.
2013-10-11 14:58:39 +09:00
Birkir A. Barkarson
7b6e1f3c31
Merge branch '1.6.0_with_fix_for_eaccelerator'
...
Conflicts:
src/Monolog/Handler/StreamHandler.php
2013-10-10 16:52:03 +09:00
Birkir A. Barkarson
dcbb7bce2f
Changes from comments.
...
- Move private instance variable.
- Reset errorMessage.
- See https://github.com/Seldaek/monolog/pull/248
2013-10-10 16:49:24 +09:00