Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

upgrading log4j 1.x to log4j2

$
0
0
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:

Code:

SRVE0293E: [Errore servlet]-[DataSourceLoader]: java.lang.NoClassDefFoundError: com.isomorphic.base.Init (initialization failure)
Futhermore in the old log4j.isc.config.xml file I have an appender like this:
Code:

<appender name="SmartClientLog" class="com.isomorphic.log.RevolvingMemoryAppender">
But I don't know how to translate this appender in new log4j2 format.

Could you help me?
Thank you

Viewing all articles
Browse latest Browse all 4756

Trending Articles