diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-31 18:21:43 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-31 18:21:43 +0000 |
commit | f065d38d92b455246e9435d19ccfb8a55e2b39b1 (patch) | |
tree | 68ad8c9541e38a6c9b86b506ada7eabc92d7559c /devel/p5-Log-Message/pkg-descr | |
parent | 279016240b61a9a59782a04b55ecd0a89462d83a (diff) | |
download | ports-f065d38d92b455246e9435d19ccfb8a55e2b39b1.tar.gz ports-f065d38d92b455246e9435d19ccfb8a55e2b39b1.zip |
Notes
Diffstat (limited to 'devel/p5-Log-Message/pkg-descr')
-rw-r--r-- | devel/p5-Log-Message/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Log-Message/pkg-descr b/devel/p5-Log-Message/pkg-descr new file mode 100644 index 000000000000..0cbb6f7a4bf1 --- /dev/null +++ b/devel/p5-Log-Message/pkg-descr @@ -0,0 +1,12 @@ +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 powerfull way of searching through items by +regexes on messages, tags and level. + +WWW: http://search.cpan.org/dist/Log-Message +Author: Jos Boumans <kane@cpan.org> |