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, writeflush, writepublic 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.LineTransformationOutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class hudson.console.LineTransformationOutputStreamIOExceptionCopyright © 2016–2018. All rights reserved.