Package perl-POE-Component-Logger: Information

    Source package: perl-POE-Component-Logger
    Version: 1.00-alt1.1.1
    Build time:  Nov 24, 2010, 01:11 PM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: A POE logging class
    Description: 
    POE::Component::Logger provides a simple logging component
    that uses Log::Dispatch::Config to drive it, allowing you
    to log to multiple places at once (e.g. to STDERR and Syslog
    at the same time) and also to flexibly define your logger's
    output.
    
    It is very simple to use, because it creates a Logger::log
    method (yes, this is namespace corruption, so shoot me). If
    you don't like this, feel free to post directly to your
    logger as follows:
    
      $kernel->post('logger', 'log', "An error occurred: $!");
    
    In fact you have to use that method if you pass an Alias
    option to spawn (see below).
    
    All logging is done in the background, so don't expect
    immediate output - the output will only occur after control
    goes back to the kernel so it can process the next event.

    List of rpms provided by this srpm:
    perl-POE-Component-Logger (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov


      1. perl-Log-Dispatch-Config
      2. perl-POE
      3. perl-devel

    Last changed


    Nov. 22, 2010 Igor Vlasenko 1.00-alt1.1.1
    - repair after perl 5.12 upgrade using girar-nmu
    Oct. 6, 2008 Igor Vlasenko 1.00-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.
    July 29, 2008 Michael Bochkaryov 1.00-alt1
    - first build for ALT Linux Sisyphus