I'm using SmartGWT 4.1 and I'm trying to upgrade log4j1.x version to log4j2. But when I start the application I've got an error with this message:
Futhermore in the old log4j.isc.config.xml file I have an appender like this:
But I don't know how to translate this appender in new log4j2 format.
Could you help me?
Thank you
Code:
SRVE0293E: [Errore servlet]-[DataSourceLoader]: java.lang.NoClassDefFoundError: com.isomorphic.base.Init (initialization failure)
Code:
<appender name="SmartClientLog" class="com.isomorphic.log.RevolvingMemoryAppender">
Could you help me?
Thank you
Comment