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
|
Source: liblog-handler-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.7), libtest-pod-perl,
libtest-pod-coverage-perl, libparams-validate-perl, libdevel-backtrace-perl,
libuniversal-require-perl, libdbi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>,
gregor herrmann <gregoa@debian.org>, Damyan Ivanov <dmn@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Log-Handler/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-handler-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/
Package: liblog-handler-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libparams-validate-perl,
libdevel-backtrace-perl, libuniversal-require-perl
Suggests: libconfig-general-perl, libyaml-perl
Description: A simple handler to log messages to a log file
This module is just a simple object oriented log file handler and very easy to
use. It's possible to define a log level for your programs and control the
amount of informations that will be logged to the log file. In addition it's
possible to configure how you wish to open the log file - transient or
permanent - and lock and unlock the log file by each write operation. If you
wish you can assign the handler to check the inode of the log file (not on
Windows). That could be very useful if a rotate mechanism moves and zip the
log file.
|