软件包:liblog-any-perl(1.707-1)
liblog-any-perl 的相关链接
Debian 的资源:
下载源码包 liblog-any-perl:
- [liblog-any-perl_1.707-1.dsc]
- [liblog-any-perl_1.707.orig.tar.gz]
- [liblog-any-perl_1.707-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libmoox-role-logger-perl
- liblog-any-adapter-dispatch-perl
- liblog-any-adapter-log4perl-perl
- liblog-log4perl-perl
- libcatalyst-log-log4perl-perl
- liblog-dispatch-configurator-any-perl
- liblog-report-perl
- liblog-fast-perl
- libmoosex-log-log4perl-perl
- liblog-any-adapter-filehandle-perl
- libplack-middleware-logwarn-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.