B
brian.vanheesch
I am creating a custom log4j appender (extends AppenderSkeleton) to
record data into a previous developed logging system.
com.datamodel.WorkOrder - CANNOT PROCESS PROPERLY
java.lang.NullPointerException
.....
the line prefixed with ">>" is the log header record.
My problem is that I do not know whether the NPE exception is generated
and reported in the appender or in the calling code; since there is no
stack trace printed.
Is there appender debugging tools or can someone offer a suggestion
here?
record data into a previous developed logging system.
com.datamodel.WorkOrder - CANNOT PROCESS PROPERLY
java.lang.NullPointerException
.....
the line prefixed with ">>" is the log header record.
My problem is that I do not know whether the NPE exception is generated
and reported in the appender or in the calling code; since there is no
stack trace printed.
Is there appender debugging tools or can someone offer a suggestion
here?