freebsd-ports/devel/p5-Log-Message/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

11 lines
568 B
Text

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.
WWW: https://metacpan.org/release/Log-Message