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 36 37 38 39 40 41 42 43
|
Source: liblog-contextual-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-dumper-concise-perl <!nocheck>,
liblog-log4perl-perl <!nocheck>,
libmoo-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-needs-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
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).
|