public class LoggingBackedStyledTextOutput extends AbstractStyledTextOutput
StyledTextOutput implementation which generates events of type StyledTextOutputEvent. This implementation is not thread-safe.StyledTextOutput.Style| Constructor and Description |
|---|
LoggingBackedStyledTextOutput(OutputEventListener listener,
String category,
LogLevel logLevel,
TimeProvider timeProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doAppend(String text) |
protected void |
doStyleChange(StyledTextOutput.Style style) |
public LoggingBackedStyledTextOutput(OutputEventListener listener, String category, LogLevel logLevel, TimeProvider timeProvider)
protected void doStyleChange(StyledTextOutput.Style style)
doStyleChange in class AbstractStyledTextOutputprotected void doAppend(String text)
doAppend in class AbstractStyledTextOutputCopyright © 2013. All rights reserved