From: Mike S. <m...@pe...> - 2006-06-21 21:38:02
|
On Wed, 21 Jun 2006, Workman, Joe wrote: > I LOVE Log4Perl, you guys rock for developing this!!!! Thanks! :) > How difficult would is be to add more legging levels to Log4Perl? Very easy: http://log4perl.sourceforge.net/d/Log/Log4perl.html#d21fb -- Mike Mike Schilli m...@pe... > Although I do > wish there were a couple more logging levels above debug. When I develop > larger applications, it tends to be hard to debug when I have sooo much > output potentially coming out with just one debug level. If there were a > couple more levels I could easily throttle back the logging for the > certain types of things that I am debugging. I have developed a very > simple logging perl module that has the following levels: DISABLED, > FATAL, ERROR, WARN, INFO, DEBUG, EXDG (extensive debug), & DUMP (mostly > used for logging where I use Data::Dumper). > |