Class DefaultConsoleOutputInterceptor.InterceptPrintStream

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable
    Enclosing class:
    DefaultConsoleOutputInterceptor

    protected class DefaultConsoleOutputInterceptor.InterceptPrintStream
    extends PrintStream
    This stream is the core of this service: it captures all data being printed through it, splits it into single lines and forwards the lines to all targets.
    Author:
    Rene Schneider - initial API and implementation