I keep looking at other logging modules because log4perls configuration syntax and general appearance just seems strange and unperlish to meYou might then want to use Log4perl's easy mode, which is as perlish as it could get:
use Log::Log4perl qw(:easy); Log::Log4perl->easy_init({ level => $INFO, file => ">>foo.txt" }); DEBUG "Doesn't make it."; INFO "Hella!\n";
In reply to Re^3: Log Files Module
by saintmike
in thread Log Files Module
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |