AW: Problems with inheritance of com.foo... loggers

2010-02-04 Thread Bender Heri
4. Februar 2010 15:36 An: log4j-user@logging.apache.org Betreff: Re: Problems with inheritance of com.foo... loggers Hi Douglas, thanks for your answer which helped me save a lot of time. Your explanation is evident but I did not realize that for myself. -- Kind regards Jens Zitat von "Doug

Re: Problems with inheritance of com.foo... loggers

2010-02-04 Thread Jens Gruentjes
Hi Douglas, thanks for your answer which helped me save a lot of time. Your explanation is evident but I did not realize that for myself. -- Kind regards Jens Zitat von "Douglas E Wegscheid" : "de.wota.segmentation.Bar" will inherit from "de.wota.segmentation", "de.wota", and "de" but not

Re: Problems with inheritance of com.foo... loggers

2010-02-04 Thread Douglas E Wegscheid
"de.wota.segmentation.Bar" will inherit from "de.wota.segmentation", "de.wota", and "de" but not "de.wota.MyApp". Change your configuration to set up logging for "de.wota" instead of "de.wota.MyApp". Douglas E Wegscheid Lead Technical Analyst, Whirlpool Corporation (269)-923-5278 "A wrong note

Problems with inheritance of com.foo... loggers

2010-02-03 Thread Jens Gruentjes
Hello to all readers, I am new to log4j and I encounter several problems which are maybe caused by my limited understanding fo log4j. I have a simple setup with two classes (de.wota.MyApp and de.wota.segmentation.Bar) and an xml configuration file for log4j. I thought that the logger defi