perl-POE-Component-SimpleLog - A simple logging system for POE

Description:

This module is a vastly simplified logging system that can do nice stuff.
Think of this module as a dispatcher for various logs.

This module *DOES NOT* do anything significant with logs, it simply routes
them to the appropriate place ( Events )

You register a log that you are interested in, by telling SimpleLog the target
session and target event. Once that is done, any log messages your program
generates ( sent to SimpleLog of course ) will be massaged, then sent to the
target session / target event for processing.

This enables an interesting logging system that can be changed during runtime
and allow pluggable interpretation of messages.

Homepage: http://search.cpan.org/dist/POE-Component-SimpleLog

License: Artistic or GPL

Vendor: Fedora Project

Packages

perl-POE-Component-SimpleLog-1.04-1.fc6.noarch [14 KiB] Changelog by Chris Weyl (2006-10-04):
- update to 1.04
- misc spec cleanup 
- add Changes, examples/ to %doc