public interface StyledTextOutputFactory
| 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. |
StyledTextOutput |
create(String logCategory,
LogLevel logLevel)
Creates a
StyledTextOutput with the given category and log level. |
StyledTextOutput create(String logCategory)
StyledTextOutput with the given category and the standard output log level.logCategory - The log category.StyledTextOutput create(Class logCategory)
StyledTextOutput with the given category and the standard output log level.logCategory - The log category.StyledTextOutput create(Class logCategory, LogLevel logLevel)
StyledTextOutput 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.StyledTextOutput create(String logCategory, LogLevel logLevel)
StyledTextOutput 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