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.

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

Packages

php-Monolog-1.22.0-1.fc22.remi.noarch [95 KiB] Changelog by Remi Collet (2016-11-25):
- update to 1.22.0
- switch from symfony/class-loader to fedora/autoloader
- allow aws/aws-sdk-php version 3
php-Monolog-1.21.0-2.fc22.remi.noarch [92 KiB] Changelog by Shawn Iwinski (2016-11-06):
- Fix test suite for php-sentry >= 0.16.0
- Modified php-psr-log dependency (min version 1.0.0-8 => 1.0.1)