RE: How to use Chainsaw for different clients?

2002-07-31 Thread EPugh
There was some work done on LF5 to allow you to pick what IP address to receive events from.. Look in the email archives, you can find more info, and maybe the beta.. I think this is up for the next version of log4j? Eric -Original Message- From: GrĂ¼bel, Nicole [mailto:[EMAIL

RE: Log5Factor

2002-07-26 Thread EPugh
I start lf5 from an ant script (makes all those classpath issues go away!): target name=lf5-test java classname=org.apache.log4j.net.SimpleSocketServer fork=false arg value=9001/

How to run lf5 from ant?

2002-07-15 Thread EPugh
Hi all, I am trying to get LF5 to run from an ant task.. I took out the log4j from my classpath, and want to reference directly the right jars: target name=lf5 java classname=org.apache.log4j.net.SimpleSocketServer fork=false