Class Slf4jErrorOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

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

      Constructors 
      Constructor Description
      Slf4jErrorOutputStream​(org.slf4j.Logger logger)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void processLine​(java.lang.String line)
      Logs a line to the log system of the user.
      • Methods inherited from class java.io.OutputStream

        nullOutputStream, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Slf4jErrorOutputStream

        public Slf4jErrorOutputStream​(org.slf4j.Logger logger)
    • Method Detail

      • processLine

        protected void processLine​(java.lang.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.