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
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