Re: struts 2.5 + slf4j + logback integration

2016-05-13 Thread Matias Rodriguez
Yeah! And also: logback-core | ch.qos.logback | 1.1.6 Thanks! On Fri, May 13, 2016 at 6:36 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > :D It makes me happy too, thanks! > > Now I'm using this dependencies: > > - log4j-to-slf4j | org.apache.logging.log4j | 2.5 > > - slf4j-ap

Re: struts 2.5 + slf4j + logback integration

2016-05-13 Thread Christoph Nenning
> :D It makes me happy too, thanks! > Now I'm using this dependencies: > - log4j-to-slf4j | org.apache.logging.log4j | 2.5 > - slf4j-api | org.slf4j | 1.7.21 > - logback-classic | ch.qos.logback | 1.1.6 > Yes, that is how it is supposed to be, if you want to use logback. And I'm sure you also ha

Re: struts 2.5 + slf4j + logback integration

2016-05-12 Thread Matias Rodriguez
:D It makes me happy too, thanks! Now I'm using this dependencies: - log4j-to-slf4j | org.apache.logging.log4j | 2.5 - slf4j-api | org.slf4j | 1.7.21 - logback-classic | ch.qos.logback | 1.1.6 On Thu, May 12, 2016 at 10:50 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > > > Hi

Re: struts 2.5 + slf4j + logback integration

2016-05-12 Thread Christoph Nenning
> > Hi Christoph, thanks for your answer! That works! Thanks again. > > Yay! Working stuff makes me happy :) This Email was scanned by Sophos Anti Virus

Re: struts 2.5 + slf4j + logback integration

2016-05-12 Thread Matias Rodriguez
Hi Christoph, thanks for your answer! That works! Thanks again. On Thu, May 12, 2016 at 3:55 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi! I've just upgraded to struts 2.5 and faced an issue with my existing > > logging configuration. > > > > The error appears at startup:

Re: struts 2.5 + slf4j + logback integration

2016-05-11 Thread Christoph Nenning
> Hi! I've just upgraded to struts 2.5 and faced an issue with my existing > logging configuration. > > The error appears at startup: "ERROR StatusLogger Log4j2 could not find a > logging implementation. Please add log4j-core to the classpath. Using > SimpleLogger to log to the console...". > >

struts 2.5 + slf4j + logback integration

2016-05-11 Thread Matias Rodriguez
Hi! I've just upgraded to struts 2.5 and faced an issue with my existing logging configuration. The error appears at startup: "ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console...". I want to use slf