Scroll to navigation

Dancer::Logger::Null(3pm) User Contributed Perl Documentation Dancer::Logger::Null(3pm)

NAME

Dancer::Logger::Null - blackhole-like silent logging engine for Dancer

SYNOPSIS

DESCRIPTION

This logger acts as a blackhole (or /dev/null, if you will) that discards all the log messages instead of displaying them anywhere.

METHODS

_log

Discards the message.

AUTHOR

Alexis Sukrieh

LICENSE AND COPYRIGHT

Copyright 2009-2010 Alexis Sukrieh.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
2011-11-26 perl v5.14.2