Class LoggingPrintStream

All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class LoggingPrintStream extends PrintStream
  • Field Details

    • logger

      protected org.slf4j.Logger logger
    • isError

      protected boolean isError
  • Constructor Details

    • LoggingPrintStream

      public LoggingPrintStream(OutputStream outputStream, boolean isError)
  • Method Details