| Catalyst-Plugin-Log4perl-Simple documentation | view source | Contained in the Catalyst-Plugin-Log4perl-Simple distribution. |
Catalyst::Plugin::Log4perl::Simple - Simple Log4perl setup for Catalyst application
version 0.004
use Catalyst qw/ ... Log4Perl::Simple /;
$c->log->warn("Now we're logging through Log4perl");
This is a trivial Catalyst plugin that searches for a log4perl configuration file and uses it to configure Catalyst::Log::Log4perl as the logger for your application. If no configuration is found, a sensible default is provided.
For an application My::App, the following locations are searched:
Called by Catalyst to set up the plugin. You should not need to call this yourself.
There is no test suite.
Catalyst::Log::Log4perl
Peter Corlett <abuse@cabal.org.uk>
This software is copyright (c) 2011 by Peter Corlett.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Catalyst-Plugin-Log4perl-Simple documentation | view source | Contained in the Catalyst-Plugin-Log4perl-Simple distribution. |