org.apache.commons.log4j-api or org.apache.logging.log4j-api?

2013-08-14 Thread Roland
Hi all! I've noticed that in some manifests the Bundle-Host is defined as following: Fragment-Host: org.apache.commons.log4j-api;version=... But I can not find org.apache.commons.log4j-api in any maven repository! Should it be org.apache.*logging*.log4j-api? Regards Roland -- View this

RE: org.apache.commons.log4j-api or org.apache.logging.log4j-api?

2013-08-14 Thread Aliaksandr Belavusau
It's definitely mistake. Just replace 'commons' with 'logging' in the MANIFEST.MF. Alex. -Original Message- From: Roland [mailto:w...@ids.de] Sent: Wednesday, August 14, 2013 3:12 PM To: log4j-user@logging.apache.org Subject: org.apache.commons.log4j-api or org.apache.logging.log4j-api?

Re: org.apache.commons.log4j-api or org.apache.logging.log4j-api?

2013-08-14 Thread Remko Popma
I created https://issues.apache.org/jira/browse/LOG4J2-351 to track this issue. On Wed, Aug 14, 2013 at 9:21 PM, Aliaksandr Belavusau abelavu...@gmail.comwrote: It's definitely mistake. Just replace 'commons' with 'logging' in the MANIFEST.MF. Alex. -Original Message- From:

Using configuration file and programatically changing configuration?

2013-08-14 Thread Xavier Outhier
Hi all, the idea is to have to enable the user to change the config from the UI of the web applications (without accessing the server). I would like to know if it is possible to have both a configuration file (automatically reloaded using monitorInterval)  for Log4J2 for the default usage of

Re: Log4j2: Programmatically setting log4j2 log level

2013-08-14 Thread Gary Gregory
On Wed, Jul 24, 2013 at 12:22 PM, Gary Gregory garydgreg...@gmail.comwrote: On Mon, Jul 22, 2013 at 5:59 PM, Ralph Goers ralph.go...@dslextreme.comwrote: Well, you can actually do that. It is just not my number one recommendation :-) I'm pretty sure I have answered how to do that a few

Re: Log4j2: Programmatically setting log4j2 log level

2013-08-14 Thread Ralph Goers
I will have to create an example. Ralph On Aug 14, 2013, at 8:27 AM, Gary Gregory wrote: On Wed, Jul 24, 2013 at 12:22 PM, Gary Gregory garydgreg...@gmail.comwrote: On Mon, Jul 22, 2013 at 5:59 PM, Ralph Goers ralph.go...@dslextreme.comwrote: Well, you can actually do that. It is just