Class LoggingOutputHandler

  • All Implemented Interfaces:
    com.atlassian.utils.process.OutputHandler

    public class LoggingOutputHandler
    extends com.atlassian.utils.process.LineOutputHandler
    Logs the output to the given logger.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.atlassian.utils.process.LineOutputHandler

        com.atlassian.utils.process.LineOutputHandler.BufferReaderLineReader
    • Constructor Detail

      • LoggingOutputHandler

        public LoggingOutputHandler()
    • Method Detail

      • processLine

        protected void processLine​(int lineNum,
                                   String line)
        Specified by:
        processLine in class com.atlassian.utils.process.LineOutputHandler