套件:liblog-any-adapter-callback-perl(0.102-1)
liblog-any-adapter-callback-perl 的相關連結
Debian 的資源:
下載原始碼套件 liblog-any-adapter-callback-perl:
- [liblog-any-adapter-callback-perl_0.102-1.dsc]
- [liblog-any-adapter-callback-perl_0.102.orig.tar.gz]
- [liblog-any-adapter-callback-perl_0.102-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to send Log::Any logs to a subroutine
Log::Any::Adapter::Callback lets you specify callback subroutine to be called by Log::Any's logging methods (like $log->debug(), $log->error(), etc) and detection methods (like $log->is_warning(), $log->is_fatal(), etc.).
This adapter is used for customized logging, and is mostly a convenient construct to save a few lines of code. You could achieve the same effect by creating a full Log::Any adapter class.
DEPRECATION NOTICE: Log::Any distribution since 1.708 comes with Log::Any::Adapter::Capture which does the same thing. Log::Any::Adapter::Callback is hence deprecated.
其他與 liblog-any-adapter-callback-perl 有關的套件
|
|
|
|
-
- dep: liblog-any-perl
- Perl module to log messages safely and efficiently
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language