NAME
Jifty::Logger -- A master class for Jifty's logging framwork
DESCRIPTION
Uses 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 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.