Re: [log4perl-devel] Looking for function to explicitly reload config file

2007-08-30 Thread Joachim Schrod
> "KMG" == Kevin M Goess <[EMAIL PROTECTED]> writes: Kevin, >> I'd like to use a >> function or method from Log::Log4perl to explicitly reload the >> log4perl config file. How do I do that? Do I call init() again? KMG> Yeah, go ahead and call Log::Log4Perl->init all day. You'll get the KMG>

Re: [log4perl-devel] Looking for function to explicitly reload config file

2007-08-29 Thread Kevin M. Goess
Joachim, > Great piece of work, your Log::Log4perl module. Especially in mixed > Java/Perl environments, it makes log management a breeze. :-) Thanks! > I'd like to use a > function or method from Log::Log4perl to explicitly reload the > log4perl config file. How do I do that? Do I call init() a

[log4perl-devel] Looking for function to explicitly reload config file

2007-08-29 Thread Joachim Schrod
Hi, Great piece of work, your Log::Log4perl module. Especially in mixed Java/Perl environments, it makes log management a breeze. :-) But now I stumbled over something that I could not locate in the documentation or the FAQ. (Looking at the source of init_and_watch() didn't help either. :-() I