Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-Monolog - Sends your logs to files, sockets, inboxes, databases and various web services
- 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 packages:
* php-Monolog-amqp
Allow sending log messages to an AMQP server (1.0+ required)
* php-Monolog-mongo
Allow sending log messages to a MongoDB server
* php-Monolog-raven
Allow sending log messages to a Sentry server
* https://github.com/doctrine/couchdb-client
Allow sending log messages to a CouchDB server
* https://github.com/mlehner/gelf-php
Allow sending log messages to a GrayLog2 server
[1] https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md
Packages
php-Monolog-1.6.0-1.el6.src
[59 KiB] |
Changelog
by Shawn Iwinski (2013-08-17):
- Updated to version 1.6.0
- Added phpcompatinfo build requires
- php-common -> php(language)
- No conditional php-filter require
- Added php-hash require
- Global raven min and max versions
- Removed MongoDBHandlerTest because it requires a running MongoDB server
|