Problems with log4j 2

2013-03-24 Thread wangke
Hi all: I am trying to get this simple example working, I included all the jars in apache-log4j-2.0-beta4-bin import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger; public class HelloWorld {private static Logger logger = LogManager.getLogger(HelloWorld);

Re: Problems with log4j 2

2013-03-24 Thread Ralph Goers
Can you provide the list of jars you have on your classpath? Ralph On Mar 23, 2013, at 11:08 PM, wangke wrote: Hi all: I am trying to get this simple example working, I included all the jars in apache-log4j-2.0-beta4-bin import org.apache.logging.log4j.LogManager;import

RE: Problems with log4j 2

2013-03-24 Thread wangke
Here it is:log4j-1.2-api-2.0-beta4log4j-api-2.0-beta4log4j-core-2.0-beta4-testslog4j-core-2.0-beta4log4j-flume-ng-2.0-beta4log4j-jcl-2.0-beta4log4j-slf4j-impl-2.0-beta4log4j-to-slf4j-2.0-beta4slf4j-api-1.7.2slf4j-ext-1.7.2 Subject: Re: Problems with log4j 2 From: ralph.go...@dslextreme.com

Re: Problems with log4j 2

2013-03-24 Thread Ralph Goers
-core-2.0-beta4log4j-flume-ng-2.0-beta4log4j-jcl-2.0-beta4log4j-slf4j-impl-2.0-beta4log4j-to-slf4j-2.0-beta4slf4j-api-1.7.2slf4j-ext-1.7.2 Subject: Re: Problems with log4j 2 From: ralph.go...@dslextreme.com Date: Sun, 24 Mar 2013 08:27:24 -0700 To: log4j-user@logging.apache.org Can you provide