public class OutputInterceptor extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
private StringBuilder |
exception |
private boolean |
inStackTrace |
private char |
prevChar |
private Map<String,Long> |
previouslyLogged |
private StringBuilder |
sb |
| Constructor and Description |
|---|
OutputInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(int b) |
close, flush, write, writeprivate StringBuilder exception
private char prevChar
private boolean inStackTrace
private StringBuilder sb
public void write(int b)
throws IOException
write in class OutputStreamIOException