Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-Analog | Distribution: Unknown |
Version: 1.0.10 | Vendor: Remi Collet |
Release: 1.el7.remi | Build date: Tue Nov 14 14:52:52 2017 |
Group: Development/Libraries | Build host: 125d278beabb4aeba72c6dcc3e1a78c9 |
Size: 55561 | Source RPM: php-Analog-1.0.10-1.el7.remi.src.rpm |
Packager: https://blog.remirepo.net/ | |
Url: https://github.com/jbroadway/analog | |
Summary: PHP micro logging package |
MicroPHP logging package based on the idea of using closures for configurability and extensibility. It functions as a static class, but you can completely control the writing of log messages through a closure function (aka anonymous functions). Analog also comes with over a dozen pre-written handlers, with examples for each in the examples folder. These include: - Amon - Send logs to the Amon server monitoring tool - Buffer - Buffer messages to send all at once (works with File, Mail, Stderr, and Variable handlers) - File - Append messages to a file - FirePHP - Send messages to FirePHP browser plugin - GELF - Send message to the Graylog2 log management server - Ignore - Do nothing - LevelBuffer - Buffer messages and send only if sufficient error level reached - LevelName - Convert log level numbers to names in log output - Mail - Send email notices - Mongo - Save to MongoDB collection, requires php-pecl-mongodb package to be installed - Multi - Send different log levels to different handlers - Post - Send messages over HTTP POST to another machine - Slackbot - Post messages to Slack via Slackbot - Stderr - Send messages to STDERR - Syslog - Send messages to syslog - Threshold - Only writes log messages above a certain threshold - Variable - Buffer messages to a variable reference. So while it's a micro class, it's highly extensible and very capable out of the box too. Autoloader: /usr/share/php/Analog/autoload.php
MIT
* Tue Nov 14 2017 Remi Collet <remi@remirepo.net> - 1.0.10-1 - update to 1.0.10 * Mon Oct 31 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-2 - update to 1.0.9 - switch to fedora/autoloader * Thu Aug 11 2016 Remi Collet <remi@fedoraproject.org> - 1.0.8-1 - update to 1.0.8 * Thu May 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.7-2 - generate a simple autoloader (and use it for test suite) * Thu May 05 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.7-1 - Update to 1.0.7 (PHP7 compatible) * Tue May 26 2015 Remi Collet <remi@fedoraproject.org> - 1.0.6-1 - update to 1.0.6 - composer dependencies - add patch for PHP-7 (add Ignore, Null is deprecated) * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-5.git9ab4c9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4.git9ab4c9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Feb 10 2013 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0-4.git9ab4c9e - Add patch for locked file (https://github.com/jbroadway/analog/issues/7) - Remove licence file and patch applied upstream - Change github source URL * Sun Dec 30 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0-2.git876d8a3bb - Fix a typo - Run tests, add relevant BR and patch * Sun Dec 30 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0-1.git876d8a3bb - Fix version - remove not needeed php-hash requirement - remove php-mongo requirement (add a line in %description) - remove unneeded macro - add LICENSE file (upstream bug https://github.com/jbroadway/analog/issues/2) * Mon Dec 24 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0.1-1.git876d8a3bb - Latest snapshot (bug fixes, new handlers) - Fix Requires * Sat Dec 01 2012 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.0.0-1 - Initial packaging
/usr/share/doc/php-Analog-1.0.10 /usr/share/doc/php-Analog-1.0.10/Analog.php /usr/share/doc/php-Analog-1.0.10/README.md /usr/share/doc/php-Analog-1.0.10/composer.json /usr/share/doc/php-Analog-1.0.10/examples /usr/share/doc/php-Analog-1.0.10/examples/SplClassLoader.php /usr/share/doc/php-Analog-1.0.10/examples/amon.php /usr/share/doc/php-Analog-1.0.10/examples/buffer.php /usr/share/doc/php-Analog-1.0.10/examples/chromelogger.php /usr/share/doc/php-Analog-1.0.10/examples/default.php /usr/share/doc/php-Analog-1.0.10/examples/file.php /usr/share/doc/php-Analog-1.0.10/examples/firephp.php /usr/share/doc/php-Analog-1.0.10/examples/gelf.php /usr/share/doc/php-Analog-1.0.10/examples/ignore.php /usr/share/doc/php-Analog-1.0.10/examples/levelbuffer.php /usr/share/doc/php-Analog-1.0.10/examples/mail.php /usr/share/doc/php-Analog-1.0.10/examples/mongo.php /usr/share/doc/php-Analog-1.0.10/examples/multi.php /usr/share/doc/php-Analog-1.0.10/examples/post.php /usr/share/doc/php-Analog-1.0.10/examples/psr-0.php /usr/share/doc/php-Analog-1.0.10/examples/server.php /usr/share/doc/php-Analog-1.0.10/examples/slackbot.php /usr/share/doc/php-Analog-1.0.10/examples/stderr.php /usr/share/doc/php-Analog-1.0.10/examples/syslog.php /usr/share/doc/php-Analog-1.0.10/examples/threshold.php /usr/share/doc/php-Analog-1.0.10/examples/variable.php /usr/share/licenses/php-Analog-1.0.10 /usr/share/licenses/php-Analog-1.0.10/LICENSE /usr/share/php/Analog /usr/share/php/Analog/Analog.php /usr/share/php/Analog/Handler /usr/share/php/Analog/Handler/Amon.php /usr/share/php/Analog/Handler/Buffer /usr/share/php/Analog/Handler/Buffer.php /usr/share/php/Analog/Handler/Buffer/Destructor.php /usr/share/php/Analog/Handler/ChromeLogger.php /usr/share/php/Analog/Handler/File.php /usr/share/php/Analog/Handler/FirePHP.php /usr/share/php/Analog/Handler/GELF.php /usr/share/php/Analog/Handler/Ignore.php /usr/share/php/Analog/Handler/LevelBuffer.php /usr/share/php/Analog/Handler/LevelName.php /usr/share/php/Analog/Handler/Mail.php /usr/share/php/Analog/Handler/Mongo.php /usr/share/php/Analog/Handler/Multi.php /usr/share/php/Analog/Handler/Null.php /usr/share/php/Analog/Handler/Post.php /usr/share/php/Analog/Handler/Slackbot.php /usr/share/php/Analog/Handler/Stderr.php /usr/share/php/Analog/Handler/Syslog.php /usr/share/php/Analog/Handler/Threshold.php /usr/share/php/Analog/Handler/Variable.php /usr/share/php/Analog/Handler/WPMail.php /usr/share/php/Analog/Logger.php /usr/share/php/Analog/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:20:33 2024