Hi, Friends:
I am using LoggingEvent in my code. I imported org.apache.log4j.spi.LoggingEvent in my program. The code is:
import org.apache.log4j.spi.LoggingEvent;
But when I tried to compile the program, I got the following error messages:
Can't resolve symbol:
symbol : class LoggingEvent
location: package spi
import org.apache.log4j.spi.LoggingEvent;
Could anyone help me out?
Thank you very much for your help.
Regards,
Nancy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to