aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Log-Message/pkg-descr
blob: 0cbb6f7a4bf1f27c563d54fc2b012fc627b842b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>