Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
PatternFormatter |
Logging.LoggingResources.patternFormatter(String key) |
Modifier and Type | Method and Description |
---|---|
List<PatternFormatter> |
Logging.LoggingResources.patternFormatters()
Get the list of PatternFormatter resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.patternFormatter(PatternFormatter value)
Add the PatternFormatter object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.patternFormatters(List<PatternFormatter> value)
Add all PatternFormatter objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
PatternFormatter<T extends PatternFormatter<T>>
A pattern formatter to be used with handlers.
|
interface |
PatternFormatterConsumer<T extends PatternFormatter<T>> |
interface |
PatternFormatterSupplier<T extends PatternFormatter> |
Modifier and Type | Method and Description |
---|---|
PatternFormatter |
PatternFormatterSupplier.get()
Constructed instance of PatternFormatter resource
|
PatternFormatter |
LoggingProfile.LoggingProfileResources.patternFormatter(String key) |
Modifier and Type | Method and Description |
---|---|
List<PatternFormatter> |
LoggingProfile.LoggingProfileResources.patternFormatters()
Get the list of PatternFormatter resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.patternFormatter(PatternFormatter value)
Add the PatternFormatter object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.patternFormatters(List<PatternFormatter> value)
Add all PatternFormatter objects to this subresource
|
Modifier and Type | Method and Description |
---|---|
List<PatternFormatter> |
LoggingFraction.patternFormatters()
Get the list of PatternFormatter configurations
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.