net.sf.logdistiller.ant
Class AntLogEvent

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.tools.ant.types.Path createClasspath()
           
 String getLogtype()
           
 void setClasspath(org.apache.tools.ant.types.Path classpath)
           
 void setClasspathRef(org.apache.tools.ant.types.Reference r)
           
 void setFactory(String factory)
          Deprecated. replaced by logtype attribute
 void setLoaderRef(org.apache.tools.ant.types.Reference r)
           
 void setLogtype(String logtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLogEvent

public AntLogEvent(org.apache.tools.ant.Project project)
Method Detail

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.