Re: two listeners but only different logging

2010-10-22 Thread Stefan Bodewig
On 2010-10-22, ciba wrote: > I am using two listeners : > net.sf.antcontrib.perf.AntPerformanceListener > org.apache.tools.ant.listener.Log4jListener > I want all print statements other than 'performance statistics' to be > printed on the console. so that means i cannot use the -logFile option.

RE: two listeners but only different logging

2010-10-22 Thread Martin Gainty
AntPerformanceListener handles log events for ANT events here are the impelemented methods public class net.sf.antcontrib.perf.AntPerformanceListener extends java.lang.Obj ect implements org.apache.tools.ant.BuildListener{ public net.sf.antcontrib.perf.AntPerformanceListener(); public v