liblog-log4perl-perl 1.44-1ubuntu1 source package in Ubuntu

Changelog

liblog-log4perl-perl (1.44-1ubuntu1) vivid; urgency=low

  * Merge from Debian unstable (LP: #1388872). Remaining changes:
    - Drop unneeded Universe Build-Depends-Indep libdbd-csv-perl and
      liblog-dispatch-perl and change them to Suggests from Recommends

liblog-log4perl-perl (1.44-1) unstable; urgency=medium

  * Team upload

  [ Dominique Dumont ]
  *  Take over for the Debian Perl Group on maintainer's request
    (https://lists.debian.org/debian-perl/2014/04/msg00009.html)
  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser
    field (source stanza). Changed: Homepage field changed to
    metacpan.org URL; Maintainer set to Debian Perl Group <pkg-perl-
    <email address hidden>> (was: Manoj Srivastava
    <email address hidden>); Manoj Srivastava <email address hidden> moved
    to Uploaders.
  * debian/watch: use metacpan-based URL.

  [ Damyan Ivanov ]
  * Imported Upstream version 1.44
 -- Scarlett Clark <email address hidden>   Fri, 23 May 2014 03:40:41 +0000

Upload details

Uploaded by:
Scarlett Gately Moore
Sponsored by:
Daniel Holbach
Uploaded to:
Vivid
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-log4perl-perl_1.44.orig.tar.gz 269.9 KiB 031a12c72a36c120b962eb35fe0e9e5d649fdfa031b83122fcafd5213b791790
liblog-log4perl-perl_1.44-1ubuntu1.debian.tar.xz 16.3 KiB 048b0071fe9c8bbf7c2317b839bd3ddd07538208a89a0a78a998e9a8b49ae00a
liblog-log4perl-perl_1.44-1ubuntu1.dsc 1.5 KiB 67d1721eaad6960f62187d8dfdcdce423ac8f24a250c2a9225645a5a093bf079

Available diffs

View changes file

Binary packages built by this source

liblog-log4perl-perl: Perl port of the widely popular log4j logging package

 Log::Log4perl is a pure Perl port of the widely popular Apache/Jakarta
 log4j library for Java. In the spirit of log4j, Log::Log4perl
 addresses the shortcomings of typical ad-hoc or homegrown logging
 systems by providing three mechanisms to control the amount of data
 being logged and where it ends up at:
    * Levels allow you to specify the priority of log
      messages. Low-priority messages are suppressed when the system's
      setting allows for only higher-priority messages.
    * Categories define which parts of the system you want to enable
      logging in. Category inheritance allows you to elegantly reuse
      and override previously defined settings of different parts in the
      category hierarchy. So, at a central location in your system (either
      in a configuration file or in the startup code) you may specify which
      components (classes,functions) of your system should generate logs.
    * Appenders allow you to choose which output devices the log data
      is being written to, once it clears the previously listed
      hurdles.