liblog-any-perl 1.708-ok1 source package in openKylin

Changelog

liblog-any-perl (1.708-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liblog-any-perl_1.708.orig.tar.gz 54.8 KiB e1407759dc9462ab096d4ddc89feaac8abb341c5429e38cf6f7b8a996a35ecd9
liblog-any-perl_1.708-ok1.debian.tar.xz 2.0 KiB 730397ffcb4a64efdd0782440cfe646b6c5f3f7d6b57b7f970c50e9989db9b1b
liblog-any-perl_1.708-ok1.dsc 2.0 KiB 2c76ece4f286d970c198ccaa0e318c04ce7d921bb275ff8fc273b7ea10d720ee

View changes file

Binary packages built by this source

liblog-any-perl: Perl module to log messages safely and efficiently

 Log::Any allows CPAN modules to safely and efficiently log messages, while
 letting the application choose (or decline to choose) a logging mechanism
 such as Log::Dispatch or Log::Log4perl.
 .
 Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6, which
 makes it appropriate for even small CPAN modules to use. It defaults to
 'null' logging activity, so a module can safely log without worrying about
 whether the application has chosen (or will ever choose) a logging mechanism.
 .
 The application, in turn, may choose one or more logging mechanisms via
 Log::Any::Adapter.