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 44 45 46 47 48 49 50
|
Source: liblog-dispatch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
Florian Schlichting <fsfs@debian.org>,
Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdevel-globaldestruction-perl,
libdist-checkconflicts-perl,
libipc-run3-perl,
libmail-sendmail-perl,
libmailtools-perl,
libmime-lite-perl,
libmodule-runtime-perl,
libparams-validate-perl,
libtest-fatal-perl,
libtest-needs-perl,
libtest-requires-perl,
perl (>= 5.21.5) | libjson-pp-perl (>= 2.27300),
perl (>= 5.15.0) | libsys-syslog-perl,
perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblog-dispatch-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblog-dispatch-perl.git
Homepage: https://metacpan.org/release/Log-Dispatch
Package: liblog-dispatch-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdevel-globaldestruction-perl,
libdist-checkconflicts-perl,
libmodule-runtime-perl,
libparams-validate-perl,
perl (>= 5.15.0) | libsys-syslog-perl
Recommends: libmail-sendmail-perl,
libmailtools-perl,
libmime-lite-perl
Description: message dispatcher to multiple Log::Dispatch::* objects
Log::Dispatch is a collection of Perl modules useful for logging messages to
multiple outputs, each of which can have a minimum and maximum log level. It
is designed to be easily subclassed, both for creating a new dispatcher
object and particularly for creating new outputs.
.
It also allows both global (dispatcher level) and local (logging object)
message formatting callbacks which allows greater flexibility and reduces
the need for subclassing.
|