Class OutputStream2StandardLog

java.lang.Object
java.io.OutputStream
kieker.tools.util.OutputStream2StandardLog
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

public class OutputStream2StandardLog
extends java.io.OutputStream
Implementation of an OutputStream that redirects data received via its write(int) method to an instance of Logger.
Since:
1.10
  • Constructor Summary

    Constructors 
    Constructor Description
    OutputStream2StandardLog()
    Default constructor.
  • Method Summary

    Modifier and Type Method Description
    void write​(int b)  

    Methods inherited from class java.io.OutputStream

    close, flush, nullOutputStream, write, write

    Methods inherited from class java.lang.Object

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

  • Method Details

    • write

      public void write​(int b) throws java.io.IOException
      Specified by:
      write in class java.io.OutputStream
      Throws:
      java.io.IOException