Re: [log4perl-devel] Log4perl Categories

2007-08-16 Thread Mike Schilli
On Thu, 16 Aug 2007, Lee Goddard wrote: Sometimes I need to just see the logging from a specific method/subroutine/function. I realize I can change the log levels within that block of code, but it would be convenient to be able to say log4perl.category.bar.twix.eat to just see the logging

Re: [log4perl-devel] Log4perl Categories

2007-08-16 Thread Berg, Eric
Lee, I use a custom logging class that exports a get_logger($category) that automatically prepends the namespace hierarchy to the category passed in, so that I can always do this: My logger config file looks kinda like this: log4perl.logger.MyMods.Action.kgc_dir = DEBUG, DebugLog