パッケージ: liblog-any-perl (1.717-1)
liblog-any-perl に関するリンク
Debian の資源:
liblog-any-perl ソースパッケージをダウンロード:
- [liblog-any-perl_1.717-1.dsc]
- [liblog-any-perl_1.717.orig.tar.gz]
- [liblog-any-perl_1.717-1.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Ivan Kohler (QA ページ)
- Xavier Guimard (QA ページ)
- Robin Sheat (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
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.
その他の liblog-any-perl 関連パッケージ
|
|
|
|
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libdevel-stacktrace-perl
- Perl module containing stack trace and related objects