Class DefaultProcessOutputConfigurator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Integer> getHeadSize()
      Size of head log.
      java.util.Optional<java.lang.Integer> getTailSize()
      Size of tail log.
      void headLimit​(int limit)
      Specify how many first process output lines will be kept.
      void tailLimit​(int limit)
      Specify how many last process output lines will be kept.
      void unlimited()
      Specify to keep all process output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait