mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Add composer suggest for Rollbar package.
Update documentation.
This commit is contained in:
@@ -133,6 +133,7 @@ Handlers
|
|||||||
- _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server.
|
- _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server.
|
||||||
- _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application.
|
- _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application.
|
||||||
- _LogglyHandler_: Logs records to a [Loggly](http://www.loggly.com/) account.
|
- _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.
|
- _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server.
|
||||||
|
|
||||||
### Logging in development
|
### Logging in development
|
||||||
|
@@ -31,7 +31,8 @@
|
|||||||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
"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-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
||||||
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
"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": {
|
"autoload": {
|
||||||
"psr-4": {"Monolog\\": "src/Monolog"}
|
"psr-4": {"Monolog\\": "src/Monolog"}
|
||||||
|
Reference in New Issue
Block a user