Groovy Documentation

org.gradle.logging
Class AntLoggingAdapter

java.lang.Object
  org.gradle.logging.AntLoggingAdapter
All Implemented Interfaces:
org.apache.tools.ant.BuildLogger

class AntLoggingAdapter
extends java.lang.Object

author:
Hans Dockter


Constructor Summary
AntLoggingAdapter()

 
Method Summary
void buildFinished(BuildEvent event)

void buildStarted(BuildEvent event)

void messageLogged(BuildEvent event)

void setEmacsMode(boolean emacsMode)

void setErrorPrintStream(PrintStream err)

void setMessageOutputLevel(int level)

void setOutputPrintStream(PrintStream output)

void targetFinished(BuildEvent event)

void targetStarted(BuildEvent event)

void taskFinished(BuildEvent event)

void taskStarted(BuildEvent event)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

AntLoggingAdapter

AntLoggingAdapter()


 
Method Detail

buildFinished

public void buildFinished(BuildEvent event)


buildStarted

public void buildStarted(BuildEvent event)


messageLogged

public void messageLogged(BuildEvent event)


setEmacsMode

public void setEmacsMode(boolean emacsMode)


setErrorPrintStream

public void setErrorPrintStream(PrintStream err)


setMessageOutputLevel

public void setMessageOutputLevel(int level)


setOutputPrintStream

public void setOutputPrintStream(PrintStream output)


targetFinished

public void targetFinished(BuildEvent event)


targetStarted

public void targetStarted(BuildEvent event)


taskFinished

public void taskFinished(BuildEvent event)


taskStarted

public void taskStarted(BuildEvent event)


 

Groovy Documentation