The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Jifty::Logger -- A master class for Jifty's logging framwork

DESCRIPTION

Uses Log::Log4perl to log messages. By default, logs all messages to the screen.

METHODS

new COMPONENT

This class method instantiates a new Jifty::Logger object. This object deals with logging for the system.

Takes an optional name for this Jifty's logging "component" - See Log::Log4perl for some detail about what that is. It sets up a "warn" handler which logs warnings to the specified component.

AUTHOR

Various folks at Best Practical Solutions, LLC.