NAME
App::Milter::Limit::Log - logging functions for App::Milter::Limit
VERSION
version 0.50
SYNOPSIS
use App::Milter::Limit::Log;
debug("whatever");
info("something interesting happened");
DESCRIPTION
This module provides syslog wrapper functions. Syslog is setup automatically when you create a App::Milter::Limit object. Once that has been done, these functions can be used for logging purposes.
FUNCTIONS
debug @msg
log a message at level debug
info @msg
log a message at level info
warn @msg
log a message a level warn. App::Milter::Limit
provides this via $SIG{__WARN__}
.
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.