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