套件: libmoox-role-logger-perl (0.005-1)
libmoox-role-logger-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libmoox-role-logger-perl:
- [libmoox-role-logger-perl_0.005-1.dsc]
- [libmoox-role-logger-perl_0.005.orig.tar.gz]
- [libmoox-role-logger-perl_0.005-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jonas Smedegaard
外部的資源:
- 主頁 [github.com]
相似套件:
provide logging via Log::Any
MooX::Role::Logger provides universal logging via Log::Any. The class using this role doesn't need to know or care about the details of log configuration, implementation or destination.
Use it when you want your module to offer logging capabilities, but don't know who is going to use your module or what kind of logging they will implement. This role lets you do your part and leaves actual log setup and routing to someone else.
The application that ultimately uses your module can then choose to direct log messages somewhere based on its own needs and configuration with Log::Any::Adapter.
This role is based on Moo so it should work with either Moo or Moose based classes.
其他與 libmoox-role-logger-perl 有關的套件
|
|
|
-
- dep: liblog-any-perl
- Perl module to log messages safely and efficiently
-
- dep: libmoo-perl
- Minimalist Object Orientation library (with Moose compatibility)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language