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=INFO, MyFileAppender

log4j.additivity.Test=true
log4j.additivity.Test.Child1=false
---
but this didn't work ....

How to achieve my goal?

Johannes




-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
log4perl-devel mailing list
log4perl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/log4perl-devel

Reply via email to