套件: liblog-contextual-perl (0.008001-1)
liblog-contextual-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 liblog-contextual-perl:
- [liblog-contextual-perl_0.008001-1.dsc]
- [liblog-contextual-perl_0.008001.orig.tar.gz]
- [liblog-contextual-perl_0.008001-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
- Florian Schlichting
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module for simple contextual logging
Log::Contextual is a Perl module that provides an implementation-independent interface for simple data logging. It supports painless switching between any logger that implements the defined interface, either for the entire program (using set_logger) or for a given section of code (using with_logger).
The framework supports many logging levels that are enabled using environment variables (these are, in order of decreasing verbosity: trace, debug, info, warn, error, and fatal).
This package includes simple loggers that can be seamlessly upgraded to more advanced loggers, such as Log::Dispatchouli (see liblog-dispatchouli-perl).
其他與 liblog-contextual-perl 有關的套件
|
|
|
-
- dep: libdata-dumper-concise-perl
- module for more shorter Data::Dumper-like output
-
- dep: libexporter-declare-perl
- perl module for meta-driven exporting
-
- dep: libmoo-perl (>= 1.003)
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: liblog-log4perl-perl
- Perl port of the widely popular log4j logging package