Class LoggingInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

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