Class Slf4jErrorOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class Slf4jErrorOutputStream extends Slf4jOutputStream
Output stream that writes error level messages to a given Logger.
  • Constructor Details

    • Slf4jErrorOutputStream

      public Slf4jErrorOutputStream(org.slf4j.Logger logger)
  • Method Details

    • processLine

      protected void processLine(String line)
      Description copied from class: LogOutputStream
      Logs a line to the log system of the user.
      Specified by:
      processLine in class LogOutputStream
      Parameters:
      line - the line to log.