Class LoggingPrintStream

java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.PrintStream
org.jbpm.process.instance.impl.util.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