Thu, 09 May 2024 03:11:35 UTC | login

Information for build php-Analog-1.0.10-2.fc28

ID36082
Package Namephp-Analog
Version1.0.10
Release2.fc28
Epoch
SummaryPHP micro logging package
DescriptionMicroPHP 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
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 07 Jun 2018 08:30:45 UTC
CompletedThu, 07 Jun 2018 08:30:45 UTC
Tags
f29
RPMs
src
php-Analog-1.0.10-2.fc28.src.rpm (info) (download)
noarch
php-Analog-1.0.10-2.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Nov 14 2017 Remi Collet <remi@remirepo.net> - 1.0.10-1 - update to 1.0.10 - run test suite with all PHP versions when SCL available - add spec file License headers (MIT per FPCA) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Oct 31 2016 Remi Collet <remi@fedoraproject.org> - 1.0.9-2 - update to 1.0.9 - switch to fedora/autoloader * 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) - Update dependencies (Remi's repo backport) - Update UT (Remi's repo backport) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7.git9ab4c9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-6.git9ab4c9e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * 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