[Bug 198023] New: Review Request: perl-POE-Component-Logger

bugzilla at redhat.com bugzilla at redhat.com
Sat Jul 8 04:07:26 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=198023

           Summary: Review Request: perl-POE-Component-Logger
           Product: Fedora Extras
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: normal
         Component: Package Review
        AssignedTo: bugzilla-sink at leemhuis.info
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: fedora-package-review at redhat.com


Spec URL: http://home.comcast.net/~ckweyl/perl-POE-Component-Logger.spec
SRPM URL:
http://home.comcast.net/~ckweyl/perl-POE-Component-Logger-1.00-0.fc5.src.rpm

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: $!");

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.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list