I am sure I am doing something wrong. All I wanted to do is to define a custom log level.
Why am I getting an NPE?

thanks for help

-- Sandilya


java.lang.NullPointerException
at org.apache.log4j.Priority.isGreaterOrEqual(Priority.java:108)
at org.apache.log4j.Category.isDebugEnabled(Category.java:744)


This was working with 1.1.2.

After tweaking the APIs to get the right logger, I was able to get rid of NPE, but no logging shows up...

I still get Log4J not initialized properly....

if someone has done this before, I can explain what I am trying to do in detail

-- Sandilya


Reply via email to