SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Log-ger rpm build for : OpenSuSE. For other distributions click perl-Log-ger.

Name : perl-Log-ger
Version : 0.42.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 150500.3.1 Date : 2024-09-09 11:35:54
Group : Unspecified Source RPM : perl-Log-ger-0.42.0-150500.3.1.src.rpm
Size : 0.13 MB
Packager : https://www_suse_com/
Summary : Lightweight, flexible logging framework
Description :
Log::ger is yet another logging framework with the following features:

* * Separation of producers and consumers/listeners

Like Log::Any, this offers a very easy way for modules to produce some logs
without having to configure anything. Configuring output, level, etc can be
done in the application as log consumers/listeners. To read more about
this, see the documentation of Log::Any or Log::ger::Manual (but
nevertheless see Log::ger::Manual on why you might prefer Log::ger to
Log::Any).

* * Lightweight and fast

*Slim distribution.* No non-core dependencies, extra functionalities are
provided in separate distributions to be pulled as needed.

*Low startup overhead.* Only ~0.5-1ms. For comparison, strict ~0.2-0.5ms,
warnings ~2ms, Log::Any (v0.15) ~2-3ms, Log::Any (v1.049) ~8-10ms,
Log::Log4perl ~35ms. This is measured on a 2014-2015 PC and before doing
any output configuration. I strive to make \'use Log::ger;\' statement to be
roughly as light as \'use strict;\' or \'use warnings;\' so the impact of
adding the statement is really minimal and you can just add logging without
much thought to most of your modules. This is important to me because I
want logging to be pervasive.

To test for yourself, try e.g. with bencher-code:

% bencher-code \'use Log::ger\' \'use Log::Any\' --startup

*Fast*. Low null-/stealth-logging overhead, about 1.5x faster than
Log::Any, 3x faster than Log4perl, 5x faster than Log::Fast, ~40x faster
than Log::Contextual, and ~100x faster than Log::Dispatch.

For more benchmarks, see Bencher::Scenarios::Log::ger.

*Conditional compilation.* There is a plugin to optimize away unneeded
logging statements, like assertion/conditional compilation, so they have
zero runtime performance cost. See Log::ger::Plugin::OptAway.

Being lightweight means the module can be used more universally, from CLI
to long-running daemons to inside routines with tight loops.

* * Flexible

*Customizable levels and routine/method names.* Can be used in a procedural
or OO style. Log::ger can mimic the interface of Log::Any, Log::Contextual,
Log::Log4perl, or some other popular logging frameworks, to ease migration
or adjust with your personal style.

*Per-package settings.* Each importer package can use its own
format/layout, output. For example, a module that is migrated from Log::Any
uses Log::Any-style logging, while another uses native Log::ger style, and
yet some other uses block formatting like Log::Contextual. This eases code
migration and teamwork. Each module author can preserve her own logging
style, if wanted, and all the modules still use the same framework.

*Dynamic.* Outputs and levels can be changed anytime during run-time and
logger routines will be updated automatically. This is useful in situation
like a long-running server application: you can turn on tracing logs
temporarily to debug problems, then turn them off again, without restarting
your server.

*Interoperability.* There are modules to interop with Log::Any, either
consume Log::Any logs (see Log::Any::Adapter::LogGer) or produce logs to be
consumed by Log::Any (see Log::ger::Output::LogAny).

*Many output modules and plugins.* See \'Log::ger::Output::*\',
\'Log::ger::Format::*\', \'Log::ger::Layout::*\', \'Log::ger::Plugin::*\'.
Writing an output module in Log::ger is easier than writing a
Log::Any::Adapter::*.

For more documentation, start with Log::ger::Manual.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_15_SP5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Log-ger-0.42.0-150500.3.1.noarch.rpm
     

Provides :
perl(Log::ger)
perl(Log::ger::Filter)
perl(Log::ger::Filter::Code)
perl(Log::ger::Format)
perl(Log::ger::Format::Default)
perl(Log::ger::Format::MultilevelLog)
perl(Log::ger::Format::None)
perl(Log::ger::Heavy)
perl(Log::ger::Layout)
perl(Log::ger::Output)
perl(Log::ger::Output::Array)
perl(Log::ger::Output::Null)
perl(Log::ger::Output::String)
perl(Log::ger::Plugin)
perl(Log::ger::Plugin::MultilevelLog)
perl(Log::ger::Util)
perl-Log-ger

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(parent)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Log
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Filter
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Filter.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Filter/Code.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Format
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Format.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Format/Default.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Format/MultilevelLog.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Format/None.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Heavy.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Layout.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Output
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Output.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Output/Array.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Output/Null.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Output/String.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Plugin
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Plugin.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Plugin/MultilevelLog.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/ger/Util.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Log-ger
/usr/share/doc/packages/perl-Log-ger/Changes
/usr/share/doc/packages/perl-Log-ger/README
/usr/share/licenses/perl-Log-ger
/usr/share/licenses/perl-Log-ger/LICENSE
/usr/share/man/man3/Log::ger.3pm.gz
/usr/share/man/man3/Log::ger::Filter.3pm.gz
There is 14 files more in these RPM.

 
ICM