> I am using class
> 
> com.mycompany.product.MyApplication (which declares its own Category
> with the same name)
> 
> and my Log4J properties file specifies a priority of DEBUG for
> com.mycompany.product classes
> 
> - this is fine in use, with Log4J doing what it is supposed to.
> 
> However, if I try to obtain the Priority of my class at runtime using
> cat.getPriority(), I receive a NullPointerException.
> 
> I then tried cat.getRoot().getPriority(), which works.  I haven`t
> explicitly set the priority on any other 
> com.mycompany.product classes,
> yet a Priority is available.  Why does com.mycompany.product 
> not inherit this property?

Could you give an example bit of code and configuration file? If this is
truly a bug, I'm sure Ceki will want to get on it pronto.

Jon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to