Class PrefixedOutputStream

java.lang.Object
java.io.OutputStream
hudson.console.LineTransformationOutputStream
hudson.console.LineTransformationOutputStream.Delegating
org.jvnet.hudson.test.PrefixedOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class PrefixedOutputStream extends hudson.console.LineTransformationOutputStream.Delegating
Decorating OutputStream which prefixes lines of text with an identifier and optional color. (Does not include a timestamp, since typically something like SupportLogFormatter should already cover that.)