Class NoBannerLogger

java.lang.Object
org.apache.tools.ant.DefaultLogger
org.apache.tools.ant.NoBannerLogger
All Implemented Interfaces:
EventListener, BuildListener, BuildLogger
Direct Known Subclasses:
SimpleBigProjectLogger

public class NoBannerLogger extends DefaultLogger
Extends DefaultLogger to strip out empty targets.
  • Field Details

    • targetName

      protected String targetName
      Name of the current target, if it should be displayed on the next message. This is set when a target starts building, and reset to null after the first message for the target is logged.
  • Constructor Details

    • NoBannerLogger

      public NoBannerLogger()
      Sole constructor.
  • Method Details