public class LogDecorator
extends hudson.console.LineTransformationOutputStream
Constructor and Description |
---|
LogDecorator(OutputStream os,
LogWriter logWriter)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
eol(byte[] bytes,
int length)
Called when the end of a line is reached.
|
forceEol, trimEOL, write, write
flush, write
public LogDecorator(OutputStream os, LogWriter logWriter)
os
- The OutputStream to decoratelogWriter
- The LogWriter object that writes to Insight Platformprotected void eol(byte[] bytes, int length)
eol
in class hudson.console.LineTransformationOutputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class hudson.console.LineTransformationOutputStream
IOException
Copyright © 2016–2018. All rights reserved.