Class LoggerOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class LoggerOutputStream
    extends LogOutputStream
    Provides an output stream injecting lines into the given logger. To be used in conjunction with Apache Common's exec library for logging the output of external commands.
    • Constructor Detail

      • LoggerOutputStream

        public LoggerOutputStream​(Logger log)
    • Method Detail