Class ExecutionListenerBuildLogger
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.ExecutionListenerBuildLogger
-
- All Implemented Interfaces:
java.util.EventListener,org.apache.tools.ant.BuildListener,org.apache.tools.ant.BuildLogger
public class ExecutionListenerBuildLogger extends java.lang.Object implements org.apache.tools.ant.BuildLoggerExecutionListenerBuildLogger is ...
-
-
Constructor Summary
Constructors Constructor Description ExecutionListenerBuildLogger(ExecutionListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildFinished(org.apache.tools.ant.BuildEvent event)voidbuildStarted(org.apache.tools.ant.BuildEvent e)java.util.Map<java.lang.String,java.lang.String>getLogContext()intgetMessageOutputLevel()LogReformattergetReformatter()voidmessageLogged(org.apache.tools.ant.BuildEvent event)voidsetEmacsMode(boolean emacsMode)voidsetErrorPrintStream(java.io.PrintStream err)voidsetLogContext(java.util.Map<java.lang.String,java.lang.String> logContext)voidsetMessageOutputLevel(int i)voidsetOutputPrintStream(java.io.PrintStream output)voidsetReformatter(LogReformatter reformatter)voidtargetFinished(org.apache.tools.ant.BuildEvent e)voidtargetStarted(org.apache.tools.ant.BuildEvent e)voidtaskFinished(org.apache.tools.ant.BuildEvent event)voidtaskStarted(org.apache.tools.ant.BuildEvent event)
-
-
-
Constructor Detail
-
ExecutionListenerBuildLogger
public ExecutionListenerBuildLogger(ExecutionListener listener)
-
-
Method Detail
-
setMessageOutputLevel
public void setMessageOutputLevel(int i)
- Specified by:
setMessageOutputLevelin interfaceorg.apache.tools.ant.BuildLogger
-
getMessageOutputLevel
public int getMessageOutputLevel()
- Specified by:
getMessageOutputLevelin interfaceorg.apache.tools.ant.BuildLogger
-
setOutputPrintStream
public void setOutputPrintStream(java.io.PrintStream output)
- Specified by:
setOutputPrintStreamin interfaceorg.apache.tools.ant.BuildLogger
-
setEmacsMode
public void setEmacsMode(boolean emacsMode)
- Specified by:
setEmacsModein interfaceorg.apache.tools.ant.BuildLogger
-
setErrorPrintStream
public void setErrorPrintStream(java.io.PrintStream err)
- Specified by:
setErrorPrintStreamin interfaceorg.apache.tools.ant.BuildLogger
-
buildStarted
public void buildStarted(org.apache.tools.ant.BuildEvent e)
- Specified by:
buildStartedin interfaceorg.apache.tools.ant.BuildListener
-
buildFinished
public void buildFinished(org.apache.tools.ant.BuildEvent event)
- Specified by:
buildFinishedin interfaceorg.apache.tools.ant.BuildListener
-
targetStarted
public void targetStarted(org.apache.tools.ant.BuildEvent e)
- Specified by:
targetStartedin interfaceorg.apache.tools.ant.BuildListener
-
targetFinished
public void targetFinished(org.apache.tools.ant.BuildEvent e)
- Specified by:
targetFinishedin interfaceorg.apache.tools.ant.BuildListener
-
taskStarted
public void taskStarted(org.apache.tools.ant.BuildEvent event)
- Specified by:
taskStartedin interfaceorg.apache.tools.ant.BuildListener
-
taskFinished
public void taskFinished(org.apache.tools.ant.BuildEvent event)
- Specified by:
taskFinishedin interfaceorg.apache.tools.ant.BuildListener
-
messageLogged
public void messageLogged(org.apache.tools.ant.BuildEvent event)
- Specified by:
messageLoggedin interfaceorg.apache.tools.ant.BuildListener
-
getReformatter
public LogReformatter getReformatter()
-
setReformatter
public void setReformatter(LogReformatter reformatter)
-
getLogContext
public java.util.Map<java.lang.String,java.lang.String> getLogContext()
-
setLogContext
public void setLogContext(java.util.Map<java.lang.String,java.lang.String> logContext)
-
-