public class StreamingStyledTextOutputFactory extends AbstractStyledTextOutputFactory
| Constructor and Description |
|---|
StreamingStyledTextOutputFactory(Appendable target) |
| Modifier and Type | Method and Description |
|---|---|
StyledTextOutput |
create(String logCategory,
LogLevel logLevel)
Creates a
StyledTextOutput with the given category and log level. |
create, create, createpublic StreamingStyledTextOutputFactory(Appendable target)
public StyledTextOutput create(String logCategory, LogLevel logLevel)
StyledTextOutputFactoryStyledTextOutput with the given category and log level.logCategory - The log category.logLevel - The log level. Can be null to use the standard output log level.Copyright © 2013. All rights reserved