Remi's RPM repository - Packages

Blog | Forum | Repository

php-Monolog - Sends your logs to files, sockets, inboxes, databases and various web services

Website:
https://github.com/Seldaek/monolog
Licence:
MIT
Vendor:
Remi Collet
Description:
Monolog sends your logs to files, sockets, inboxes, databases and various web
services. Special handlers allow you to build advanced logging strategies.

This library implements the PSR-3 [1] interface that you can type-hint against
in your own libraries to keep a maximum of interoperability. You can also use it
in your applications to make sure you can always use another compatible logger
at a later time.

Optional:
* php-aws-sdk (>= 2.8.13, < 3.0)
      Allow sending log messages to AWS services like DynamoDB
* php-pecl-amqp
      Allow sending log messages to an AMQP server (1.0+ required)
* php-pecl-mongo
      Allow sending log messages to a MongoDB server
* php-Raven (>= 0.13, < 1.0)
      Allow sending log messages to a Sentry server
* php-swift-Swift
      Allow sending log messages through Swiftmailer
* https://github.com/doctrine/couchdb-client
      Allow sending log messages to a CouchDB server
* https://github.com/Graylog2/gelf-php
      Allow sending log messages to a GrayLog2 server
* https://docs.newrelic.com/docs/php/new-relic-for-php
      Allow sending log messages to a New Relic application
* https://github.com/phpconsole/phpconsole
      Allow sending log messages to Google Chrome
* https://github.com/rollbar/rollbar-php
      Allow sending log messages to Rollbar
* https://github.com/ruflin/Elastica
      Allow sending log messages to an Elastic Search server
* https://github.com/videlalvaro/php-amqplib
      Allow sending log messages to an AMQP server using php-amqplib

[1] http://www.php-fig.org/psr/psr-3/

Packages

php-Monolog-1.17.2-1.fc19.remi.noarch [80 KiB] Changelog by Remi Collet (2015-10-15):
- update to 1.17.2
php-Monolog-1.17.1-1.fc19.remi.noarch [80 KiB] Changelog by Shawn Iwinski (2015-09-13):
- Updated to 1.17.1 (RHBZ #1258230)