Class LoggerOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.exec.LogOutputStream
com.day.cq.dam.handler.ffmpeg.LoggerOutputStream
All Implemented Interfaces:
Closeable, Flushable, 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 Details

    • LoggerOutputStream

      public LoggerOutputStream(Logger log)
  • Method Details