From 6734a4fbd184e86e1ce74325b622b3f7c4f4242b Mon Sep 17 00:00:00 2001 From: Paul Statezny Date: Thu, 6 Mar 2014 10:58:34 -0700 Subject: [PATCH] Add composer suggest for Rollbar package. Update documentation. --- README.mdown | 1 + composer.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index a519b9f8..3919776a 100644 --- a/README.mdown +++ b/README.mdown @@ -133,6 +133,7 @@ Handlers - _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server. - _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application. - _LogglyHandler_: Logs records to a [Loggly](http://www.loggly.com/) account. +- _RollbarHandler_: Logs records to a [Rollbar](https://rollbar.com/) account. - _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server. ### Logging in development diff --git a/composer.json b/composer.json index 303aa7d1..f21a4245 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,8 @@ "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", - "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB" + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", + "rollbar/rollbar": "Allow sending log messages to Rollbar" }, "autoload": { "psr-4": {"Monolog\\": "src/Monolog"}