YAPC::NA 2007

June 25-27, Houston, TX

Perl Logging Practices

Perl Logging Practices

By Mike Fragassi (‎frag‎) from Chicago.pm
Date: Tuesday, June 26, 2007 10:30 AM
Duration: 20 minutes
Language:


There are many CPAN modules for generating log messages. Most of them implement a similar pattern: each call to generate a log message has a numeric level, the magnitude of which determines whether the message is actually logged or not. I will give examples of this using several CPAN modules, comparing their differences, and clarifying some potentially confusing differences between their terminologies.