NAME
Froody::Logger - logging wrapper
SYNOPSIS
use Froody::Logger;
my $logger = get_logger;
DESCRIPTION
Fotango internally use a Log4perl subclass, Logger. We don't want to impose this on the world when we release our external modules. So we have this module that uses Logger if it can, otherwise, it warns on warnings, dies on error or fatal, and ignores everything else.
METHODS
- get_logger
BUGS
None known.
Please report any bugs you find via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Froody
AUTHOR
Copyright Fotango 2005. All rights reserved.
Please see the main Froody documentation for details of who has worked on this project.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.