The log4perl project -- log4j for Perl |
Welcome to the log4perl project page. Log::Log4perl is a Perl port of the
widely popular log4j logging package.
Logging beats a debugger if you want to know what's going on in your code during runtime. However, traditional logging packages are too static and generate a flood of log messages in your log files that won't help you. Log::Log4perl is different. It allows you to control the amount of logging messages generated very effectively. You can bump up the logging level of certain components in your software, using powerful inheritance techniques. You can redirect the additional logging messages to an entirely different output (append to a file, send by email etc.) -- and everything without modifying a single line of source code.
NEW:
Further reading
CPAN Modules already using Log::Log4perl: |
News:
Slides for Mike's talk at OSCON 2008.
09/12/2002:
Documentation:
Manual Download:
CPAN:
Installation on Unix:
Installation on Win32: Contact: Please send bugs reports or requests for enhancements to the authors via our mailing list: log4perl-devel@lists.sourceforge.net Subscribe to the mailing list. Or, browse the log4perl-devel mailing list archive. Or, use a better indexed archive of newer messages (2007-...). |
Mike Schilli <log4perl@perlmeister.com> Kevin Goess <cpan@goess.org> |