From: Workman, J. <joe...@gs...> - 2006-06-21 11:50:45
|
I LOVE Log4Perl, you guys rock for developing this!!!! 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).=20 How difficult would is be to add more legging levels to Log4Perl? Could it be done through a new sub-class . . . I would be willing to develop it if someone were to point me in the right direction :o) Thanks Joe |