Null pointer exception in LogFactor5

2002-11-28 Thread j d
Hello, While I was trying to change the setting in the category tree in the logFactor5, I got: java.lang.NullPointerException at org.apache.log4j.lf5.viewer.categoryexplorer.CategoryImmediateEditor. inCheckBoxHitRegion(CategoryImmediateEditor.java:92) at

LogFactor5 problems

2002-11-26 Thread j d
Hi, I'm using LogFactor5 with it's default values, under Log4J 1.2.6 and JDK 1.4.1_01. the Logger class I used extends log4j.Logger . The LF5Appender is configured as an appender of root in an XML configuration file: appender name=LF5Appender class=org.apache.log4j.lf5.LF5Appender

Log level and appenders

2002-10-15 Thread j d
Hello, Is there a way to configure Log4J so that one appender will output commands in one logging level, and another in a different level? For example, console appender will be configured for Error level , and file appender for debug level? Thanks, Yuval E.

Log level and appenders

2002-10-15 Thread j d
Hello, Is there a way to configure Log4J so that one appender will output commands in one logging level, and another in a different level? For example, console appender will be configured for Error level , and file appender for debug level? Thanks, Yuval E.