RE: Problems with log4j 2

2013-03-24 Thread wangke
me.com > Date: Sun, 24 Mar 2013 08:27:24 -0700 > To: log4j-user@logging.apache.org > > 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 simpl

Problems with log4j 2

2013-03-23 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");pub