[ 源代码: liblog-message-perl ]
软件包:liblog-message-perl(0.8-3)
liblog-message-perl 的相关链接
Debian 的资源:
下载源码包 liblog-message-perl:
- [liblog-message-perl_0.8-3.dsc]
- [liblog-message-perl_0.8.orig.tar.gz]
- [liblog-message-perl_0.8-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
powerful and flexible message logging mechanism
Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but some can be filled in by the user, like a tag by which to identify it or group it, and a level at which to handle the message (for example, log it, or die with it)
Log::Message also provides a powerful way of searching through items by regexes on messages, tags and level.