Class 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.BuildLogger
    ExecutionListenerBuildLogger is ...
    • Constructor Detail

      • ExecutionListenerBuildLogger

        public ExecutionListenerBuildLogger​(ExecutionListener listener)
    • Method Detail

      • setMessageOutputLevel

        public void setMessageOutputLevel​(int i)
        Specified by:
        setMessageOutputLevel in interface org.apache.tools.ant.BuildLogger
      • getMessageOutputLevel

        public int getMessageOutputLevel()
        Specified by:
        getMessageOutputLevel in interface org.apache.tools.ant.BuildLogger
      • setOutputPrintStream

        public void setOutputPrintStream​(java.io.PrintStream output)
        Specified by:
        setOutputPrintStream in interface org.apache.tools.ant.BuildLogger
      • setEmacsMode

        public void setEmacsMode​(boolean emacsMode)
        Specified by:
        setEmacsMode in interface org.apache.tools.ant.BuildLogger
      • setErrorPrintStream

        public void setErrorPrintStream​(java.io.PrintStream err)
        Specified by:
        setErrorPrintStream in interface org.apache.tools.ant.BuildLogger
      • buildStarted

        public void buildStarted​(org.apache.tools.ant.BuildEvent e)
        Specified by:
        buildStarted in interface org.apache.tools.ant.BuildListener
      • buildFinished

        public void buildFinished​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        buildFinished in interface org.apache.tools.ant.BuildListener
      • targetStarted

        public void targetStarted​(org.apache.tools.ant.BuildEvent e)
        Specified by:
        targetStarted in interface org.apache.tools.ant.BuildListener
      • targetFinished

        public void targetFinished​(org.apache.tools.ant.BuildEvent e)
        Specified by:
        targetFinished in interface org.apache.tools.ant.BuildListener
      • taskStarted

        public void taskStarted​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        taskStarted in interface org.apache.tools.ant.BuildListener
      • taskFinished

        public void taskFinished​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        taskFinished in interface org.apache.tools.ant.BuildListener
      • messageLogged

        public void messageLogged​(org.apache.tools.ant.BuildEvent event)
        Specified by:
        messageLogged in interface org.apache.tools.ant.BuildListener
      • 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)