Package com.day.cq.dam.handler.ffmpeg
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
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 Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.exec.LogOutputStream
close, flush, getMessageLevel, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
LoggerOutputStream
-
-
Method Details
-
setWrapper
-