Hi,
I've encounterd a view problems with "uninitialized root-logger" log-log4perl
(currently using Version1.12):
System:
ActiveStatePerl 5.8.8.817
WinXP SP2
Log::Log4Perl 1.12
Using my "traditional" log4perl configuration file (used from 0.51 on) the 1.12
Version shows following behaviour (whi
Hi,
Mike Schilli schrieb:
> On Fri, 23 Nov 2007, Johannes Kilian wrote:
>
>> Using my "traditional" log4perl configuration file (used from 0.51
>> on) the 1.12 Version shows following behaviour (which I didn't
>> notice with earlier versions ...):
>>
Hi,
probably a simple question, but I cannot figure it out:
I have configured a logger for category "Test" to log all DEBUG messages - but
for one child-category "Test.child1" I only want the INFO messages.
What I tried is:
---
log4j.logger.Test=DEBUG, MyFileAppender
log4j.logger.Test.Child1=IN