Class LoggingOutputStream

java.lang.Object
java.io.OutputStream
com.randomnoun.common.log4j2.LoggingOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LoggingOutputStream extends OutputStream
An outputstream that writes to a log4j Logger. Lines are terminated by CRLF or LF.
Author:
knoxg