Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Berg, Eric
I've been looking for a way to get l4p to tell me where the config under which it's running comes from. Essentially, I'd like to have a method that would return the full path to the config file that it's currently using. Obviously, there are complications, such as those relating to programatic c

Re: [log4perl-devel] When a missing config file

2007-06-28 Thread Berg, Eric
Thanks! -Eric. -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 7:54 PM To: Berg, Eric Cc: log4perl-devel@lists.sourceforge.net Subject: Re: [log4perl-devel] When a missing config file On Thu, 28 Jun 2007, Berg, Eric wrote: > I've bee

Re: [log4perl-devel] When a missing config file

2007-06-29 Thread Berg, Eric
you very much. -Eric -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 8:45 PM To: Berg, Eric Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net Subject: RE: [log4perl-devel] When a missing config file On Thu, 28 Jun 2007, Berg, Eric wrote: >

Re: [log4perl-devel] When a missing config file

2007-07-02 Thread Berg, Eric
-Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 8:45 PM To: Berg, Eric Cc: Mike Schilli; log4perl-devel@lists.sourceforge.net Subject: RE: [log4perl-devel] When a missing config file >> Another solution would be wildcard/regex cate

[log4perl-devel] Log4perl and Template Toolkit

2007-07-12 Thread Berg, Eric
Can anybody shine any light on how I could use l4p with TT? Thanks. -Eric. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not th

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 log

Re: [log4perl-devel] Logger Properties

2007-09-26 Thread Berg, Eric
I had asked about his a little while ago, Gerd. The answer was that that information isn't kept. For one thing, it could be that the configuration was derived or modified programatically. Nonethless, I think that there are times when it would be very helpful to have a path/filename for the conf

Re: [log4perl-devel] Logger Properties

2007-09-28 Thread Berg, Eric
Uh...right. I think that was wishful thinking on my part...I still want to have that file name somewhere. Thanks. I knew there was a good explanation. Eric. -Original Message- From: Mike Schilli [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 1:21 PM To: Berg, Eric Cc

Re: [log4perl-devel] Logger Properties

2007-09-28 Thread Berg, Eric
: Mike Schilli =5Bmailto:m=40perlmeister.com=5D > Sent: Thursday, June 28, 2007 7:54 PM > To: Berg, Eric > Cc: log4perl-devel=40lists.sourceforge.net > Subject: Re: =5Blog4perl-devel=5D When a missing config file > > On Thu, 28 Jun 2007, Berg, Eric wrote: > > > I'

[log4perl-devel] l4p & mod_perl startup handler

2008-02-05 Thread Berg, Eric
I'm setting up apache 1.3 to serve up an app that uses my modules that make extensive use of Log4perl, but I'm not sure how to initialize it. I've read http://log4perl.sourceforge.net/releases/Log-Log4perl/docs/html/Log/Log4 perl.html#a36c1 Log::Log4perl - Log4j implementation for Perl and htt