Source: liblog-any-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard , Robin Sheat Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdevel-stacktrace-perl , libscalar-list-utils-perl , perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-any-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-any-perl.git Homepage: https://metacpan.org/release/Log-Any Rules-Requires-Root: no Package: liblog-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libscalar-list-utils-perl Breaks: liblog-any-adapter-perl (<< 0.11+) Provides: liblog-any-adapter-perl Replaces: liblog-any-adapter-perl (<< 0.11+) Recommends: libdevel-stacktrace-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.