File: control

package info (click to toggle)
liblog-loglite-perl 0.82-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 80 kB
  • ctags: 15
  • sloc: perl: 198; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,243 bytes parent folder | download
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-loglite-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>
Build-Depends-Indep: perl (>= 5.6.0-16), libio-lockedfile-perl
Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
Standards-Version: 3.8.1
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblog-loglite-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblog-loglite-perl/
Homepage: http://search.cpan.org/dist/Log-LogLite/

Package: liblog-loglite-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libio-lockedfile-perl
Description: Perl module that facilitates lightweight logging
 The Log::LogLite class helps create simple logs for an
 application. The Log::LogLite object is created with a logging
 level. The default logging level is 5. After the Log::LogLite object
 is created, each call to the write method may write a new line in the
 log file. If the level of the message is lower or equal to the
 logging level, the message will be written to the log file. The
 format of the logging messages can be controlled by changing the
 template, and by defining a default message. The class uses the
 IO::LockedFile class.