The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Milter::Limit::Log - logging functions for App::Milter::Limit

VERSION

version 0.53

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__}.

SOURCE

The development version is on github at https://github.com/mschout/milter-limit and may be cloned from git://github.com/mschout/milter-limit.git

BUGS

Please report any bugs or feature requests to bug-app-milter-limit@rt.cpan.org or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=App-Milter-Limit

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.