Re: [log4perl-devel] Log4perl Categories

2007-08-17 Thread Lee Goddard
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

Re: [log4perl-devel] Log4perl Categories

2007-08-17 Thread Lee Goddard
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

Re: [log4perl-devel] Log4perl Categories

2007-08-16 Thread Berg, Eric
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Goddard Sent: Thursday, August 16, 2007 4:21 AM To: log4perl-devel@lists.sourceforge.net Subject: [log4perl-devel] Log4perl Categories Sometimes I need to just see the logging from a specific method/subroutine/function. I realize I can

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 logg

[log4perl-devel] Log4perl Categories

2007-08-16 Thread Lee Goddard
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 from Bar::Twix's 'eat' method. Would it be a