Re: Dynamically (programmatically) add logger in Log4j2

2013-12-19 Thread dxande6
I've created the request LOG4J2-468.  It appears as though it is currently
being reviewed.

Hopefully this will be resolved soon.  We (amongst many other companies) use
this functionality extensively for monitoring production environments.

Thank you Ralph Goers and Andre Bogus for researching the issue.

-Dean



--
View this message in context: 
http://apache-logging.6191.n7.nabble.com/Dynamically-programmatically-add-logger-in-Log4j2-tp42273p42305.html
Sent from the Log4j - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org



Re: ClassCastException when using log4j2 with gradle-tomcat-plugin

2013-12-19 Thread Marcin Zajączkowski
On 2013-12-19 02:48, Olivier Lamy wrote:
 I believe it's a classloader issue with the plugin.
  javax.servlet.ServletContainerInitializer is probably loading with
 your application (no idea how it works with gradle but the dependency
 should be marked as provided )

Good shot! Accidentally servlet-api jar was included in the war archive.

Thanks for your help
Marcin


 On 19 December 2013 10:02, Marcin Zajączkowski msz...@wp.pl wrote:
 Hi,

 I'm playing with log4j2 and today I've found the issue when I tried to
 use it with gradle-tomcat-plugin [1]. In the web application with Spring
 4 when the context is starting I've got:

 java.lang.ClassCastException:
 org.apache.logging.log4j.core.web.Log4jServletContainerInitializer
 cannot be cast to javax.servlet.ServletContainerInitializer on startup.

 I reported an issue [2] to the plugin author also with simple quickstart
 application [3] which reproduces the problem, but we have no clue why it
 happens.

 Maybe you have any hints?


 [1] - https://github.com/bmuschko/gradle-tomcat-plugin/
 [2] - https://github.com/bmuschko/gradle-tomcat-plugin/issues/78
 [3] -
 https://github.com/szpak/code-examples-and-poc/tree/master/gradle-tomcat-plugin-log4j2-poc

 Marcin


-- 
http://blog.solidsoft.info/ - Working code is not enough



-
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org