liblog-fast-perl 2.0.0-1 source package in Ubuntu

Changelog

liblog-fast-perl (2.0.0-1) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * New upstream release.
  * Update debian/upstream/metadata.
  * debian/copyright: update upstream email address.
  * debian/copyright: drop stanza about removed files.
  * Update build dependencies.
  * Declare compliance with Debian Policy 3.9.7.

 -- gregor herrmann <email address hidden>  Sat, 20 Feb 2016 21:47:51 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblog-fast-perl_2.0.0-1.dsc 2.3 KiB d6087615a40b00e5fd6de2d8053f98ac2c080f4c1281e41c6333a6f6ecb9c6f5
liblog-fast-perl_2.0.0.orig.tar.gz 15.3 KiB 57a28d71fec0db8715da495dc8aa852453af0aa1609edace0ac966e68a792ec6
liblog-fast-perl_2.0.0-1.debian.tar.xz 2.6 KiB caf3a2dfc653e8fb563dab9b9b6532801b6a9e4780beed93074f041a3cf1ad7c

Available diffs

No changes file available.

Binary packages built by this source

liblog-fast-perl: fast and flexible logger

 Log::Fast is very fast logger, designed for use in applications with thousands
 high-level events/operations per second (like network servers with thousands
 clients or web spiders which download hundreds url per second).
 .
 For example, on Core2Duo sending about 5000 messages to log on enabled log
 levels or 20000 messages on disabled log levels in one second will slow down
 your application only by 2-3%.
 .
 Comparing to some other CPAN modules, this one (in average): faster than
 Log::Dispatch in about 45 times, faster than Log::Handler in about 15 times,
 faster than Sys::Syslog in about 7 times, and slower than Log::Syslog::Fast in
 about 2 times.
 .
 Features:
 .
  * Global and local logger objects
  * Output to any open filehandle or local syslog
  * 5 log levels: ERR, WARN, NOTICE, INFO, DEBUG
  * Configurable prefix (log level, date/time, caller function name)
  * sprintf() support
  * Unicode support (UTF8)
  * Can avoid calculating log message content on disabled log levels