liblog-any-perl 1.710-ok2 source package in openKylin
Changelog
liblog-any-perl (1.710-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:11:13 +0300
liblog-any-perl (1.710-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:11:13 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
liblog-any-perl_1.710.orig.tar.gz | 54.6 KiB | bdb65fd0a8888fd4522f39f0fe95e94cb9267ef1fd9f7737564d46527b306f6f |
liblog-any-perl_1.710-ok2.debian.tar.xz | 8.4 KiB | 7f5421fa3f0eabb1e4267f88188922c794d1008ac9faf47f48d2f1e4e156b43d |
liblog-any-perl_1.710-ok2.dsc | 1.8 KiB | e1c2c7abf655f610688d68b0da7374e405a5ea32228a89bcd111b86987a5165a |
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.