Class ErrorOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ErrorOutputStream
extends LoggerOutputStream
Author:
niklas
  • Constructor Details

    • ErrorOutputStream

      public ErrorOutputStream​(Logger logger)
  • Method Details

    • log

      protected void log​(byte[] message, int off, int length)
      Specified by:
      log in class LoggerOutputStream