From: Mike Schilli [mailto:[EMAIL PROTECTED]
> 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 t
Eric [mailto:[EMAIL PROTECTED]
Sent: 16 August 2007 16:49
To: Lee Goddard; log4perl-devel@lists.sourceforge.net
Subject: RE: [log4perl-devel] Log4perl Categories
Lee,
I use a custom logging class that exports a get_logger($category) that
automatically prepends the namespace hierarchy to the category p
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
log
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 logg