Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-POE-Component-SimpleLog - A simple logging system for POE
        
        - 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. 
Packages
        
        Changelog
        
            - * Wed Oct  4 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.04-1
- - update to 1.04
- misc spec cleanup 
- add Changes, examples/ to %doc 
            - * Thu Aug 31 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.03-2
- - bump for mass rebuild 
            - * Sun Jul  9 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.03-1
- - bump for build/release