1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: liblogger-syslog-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Logger-Syslog/
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblogger-syslog-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblogger-syslog-perl.git
Package: liblogger-syslog-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libsys-syslog-perl
Description: Logger::Syslog -- an simple wrapper over Sys::Syslog for Perl
You want to deal with syslog, but you don't want to bother with Sys::Syslog,
that module is for you.
.
Logger::Syslog takes care of everything regarding the Syslog communication, all
you have to do is to use the function you need to send a message to syslog.
.
Logger::Syslog provides one function per Syslog message level: debug, info,
warning, error, notice, critic, alert.
|