net.sf.logdistiller.ant
Class AntLogEvent
java.lang.Object
net.sf.logdistiller.ant.AntLogEvent
public class AntLogEvent
- extends Object
Definition of logevent class in Ant buildfile.
<logevent factory="<i>[event factory class]</i>"/>
Constructor Summary |
AntLogEvent(org.apache.tools.ant.Project project)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntLogEvent
public AntLogEvent(org.apache.tools.ant.Project project)
setClasspath
public void setClasspath(org.apache.tools.ant.types.Path classpath)
createClasspath
public org.apache.tools.ant.types.Path createClasspath()
setClasspathRef
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
setLoaderRef
public void setLoaderRef(org.apache.tools.ant.types.Reference r)
setFactory
public void setFactory(String factory)
- Deprecated. replaced by
logtype
attribute
setLogtype
public void setLogtype(String logtype)
getLogtype
public String getLogtype()
Copyright © 2004-2009. All Rights Reserved.