public class DefaultStyledTextOutputFactory extends AbstractStyledTextOutputFactory implements StyledTextOutputFactory
| Constructor and Description |
|---|
DefaultStyledTextOutputFactory(OutputEventListener outputEventListener,
TimeProvider timeProvider) |
| Modifier and Type | Method and Description |
|---|---|
StyledTextOutput |
create(String logCategory,
LogLevel logLevel)
Creates a
StyledTextOutput with the given category and log level. |
create, create, createclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, create, createpublic DefaultStyledTextOutputFactory(OutputEventListener outputEventListener, TimeProvider timeProvider)
public StyledTextOutput create(String logCategory, LogLevel logLevel)
StyledTextOutputFactoryStyledTextOutput with the given category and log level.create in interface StyledTextOutputFactorylogCategory - The log category.logLevel - The log level. Can be null to use the standard output log level.Copyright © 2013. All rights reserved