Class LoggingOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class LoggingOutputStream
    extends OutputStream
    Logs the information passing through an output stream at trace level. The information will be logged upon close().
    Author:
    aherscu
    See Also:
    Logger