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
|
Source: liblog-dispatch-message-passing-perl
Section: perl
Priority: optional
Build-Depends: @cdbs@, debhelper (>= 12~), debhelper-compat (= 12), debhelper-compat (= 13)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/liblog-dispatch-message-passing-perl
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblog-dispatch-message-passing-perl.git
Homepage: https://metacpan.org/release/Message-Passing-AMQP
Package: liblog-dispatch-message-passing-perl
Architecture: all
Depends: ${cdbs:Depends},
${misc:Depends},
${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: log events to Message::Passing
Log::Dispatch::Message::Passing provides a Log::Dispatch log output
system that sends logged events to Message::Passing.
.
This allows you to use any of the Message::Passing outputs or filters
to process log events and send them across the network, and you can use
the toolkit to trivially construct a log aggregator.
|