| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<PatternFormatter> |
Logging.LoggingResources.patternFormatters()
Get the list of org.wildfly.swarm.config.logging.PatternFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.patternFormatter(PatternFormatter value)
Add the org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.patternFormatters(List<PatternFormatter> value)
Add all org.wildfly.swarm.config.logging.PatternFormatter objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
PatternFormatter |
PatternFormatter.colorMap(String value)
The color-map attribute allows for a comma delimited list of colors to be used for different levels with a pattern formatter.
|
PatternFormatter |
PatternFormatter.pattern(String value)
Defines a pattern for the formatter.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatternFormatter> |
LoggingProfile.LoggingProfileResources.patternFormatters()
Get the list of org.wildfly.swarm.config.logging.PatternFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.patternFormatter(PatternFormatter value)
Add the org.wildfly.swarm.config.logging.PatternFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.patternFormatters(List<PatternFormatter> value)
Add all org.wildfly.swarm.config.logging.PatternFormatter objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.