public abstract class AbstractStyledTextOutputFactory extends Object implements StyledTextOutputFactory
| Constructor and Description |
|---|
AbstractStyledTextOutputFactory() |
| Modifier and Type | Method and Description |
|---|---|
StyledTextOutput |
create(Class logCategory)
Creates a
StyledTextOutput with the given category and the standard output log level. |
StyledTextOutput |
create(Class logCategory,
LogLevel logLevel)
Creates a
StyledTextOutput with the given category and log level. |
StyledTextOutput |
create(String logCategory)
Creates a
StyledTextOutput with the given category and the standard output log level. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic StyledTextOutput create(Class logCategory)
StyledTextOutputFactoryStyledTextOutput with the given category and the standard output log level.create in interface StyledTextOutputFactorylogCategory - The log category.public StyledTextOutput create(String logCategory)
StyledTextOutputFactoryStyledTextOutput with the given category and the standard output log level.create in interface StyledTextOutputFactorylogCategory - The log category.public StyledTextOutput create(Class 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