NAME
Dancer::Logger::LogAny - Use Log::Any to control logging from your Dancer app
VERSION
version 0.001
DESCRIPTION
This module implements a logger engine that send log messages through Log::Any.
CONFIGURATION
The setting logger should be set to LogAny in order to use this logger engine in a Dancer application.
METHODS
init()
The init method is called by Dancer when creating the logger engine with this class. It will initiate a Log::Any logger using the possibly supplied category.
DEPENDENCY
This module depends on Log::Any.
AUTHOR
Michael Alan Dorman <mdorman@ironicdesign.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Michael Alan Dorman.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.