Source: liblog-contextual-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libdata-dumper-concise-perl , liblog-log4perl-perl , libmoo-perl , libscalar-list-utils-perl , libtest-fatal-perl , libtest-needs-perl , libtest-simple-perl , perl Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblog-contextual-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblog-contextual-perl.git Homepage: https://metacpan.org/release/Log-Contextual Rules-Requires-Root: no Package: liblog-contextual-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-dumper-concise-perl, libmoo-perl, libscalar-list-utils-perl Suggests: liblog-log4perl-perl Breaks: libobject-remote-perl (<< 0.004002) Description: module for simple contextual logging Log::Contextual is a Perl module that provides an implementation-independent interface for simple data logging. It supports painless switching between any logger that implements the defined interface, either for the entire program (using set_logger) or for a given section of code (using with_logger). . The framework supports many logging levels that are enabled using environment variables (these are, in order of decreasing verbosity: trace, debug, info, warn, error, and fatal). . This package includes simple loggers that can be seamlessly upgraded to more advanced loggers, such as Log::Dispatchouli (see liblog-dispatchouli-perl).