1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: liblog-any-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
Xavier Guimard <x.guimard@free.fr>,
Robin Sheat <robin@catalyst.net.nz>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-any-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblog-any-perl.git
Homepage: https://metacpan.org/release/Log-Any
Testsuite: autopkgtest-pkg-perl
Package: liblog-any-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Breaks: liblog-any-adapter-perl (<< 0.11+)
Replaces: liblog-any-adapter-perl (<< 0.11+)
Provides: liblog-any-adapter-perl
Description: Perl module to log messages safely and efficiently
Log::Any allows CPAN modules to safely and efficiently log messages, while
letting the application choose (or decline to choose) a logging mechanism
such as Log::Dispatch or Log::Log4perl.
.
Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6, which
makes it appropriate for even small CPAN modules to use. It defaults to
'null' logging activity, so a module can safely log without worrying about
whether the application has chosen (or will ever choose) a logging mechanism.
.
The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.
|