Class XmlLogger

java.lang.Object
org.apache.tools.ant.XmlLogger
All Implemented Interfaces:
EventListener, BuildListener, BuildLogger

public class XmlLogger extends Object implements BuildLogger
Generates a file in the current directory with an XML description of what happened during a build. The default filename is "log.xml", but this can be overridden with the property XmlLogger.file. This implementation assumes in its sanity checking that only one thread runs a particular target/task at a time. This is enforced by the way that parallel builds and antcalls are done - and indeed all but the simplest of tasks could run into problems if executed in parallel.
See Also: