| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<CustomFormatter> |
Logging.LoggingResources.customFormatters()
Get the list of org.wildfly.swarm.config.logging.CustomFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.customFormatter(CustomFormatter value)
Add the org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.customFormatters(List<CustomFormatter> value)
Add all org.wildfly.swarm.config.logging.CustomFormatter objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
CustomFormatter |
CustomFormatter.attributeClass(String value)
The logging handler class to be used.
|
CustomFormatter |
CustomFormatter.module(String value)
The module that the logging handler depends on.
|
CustomFormatter |
CustomFormatter.properties(Map value)
Defines the properties used for the logging handler.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomFormatter> |
LoggingProfile.LoggingProfileResources.customFormatters()
Get the list of org.wildfly.swarm.config.logging.CustomFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.customFormatter(CustomFormatter value)
Add the org.wildfly.swarm.config.logging.CustomFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.customFormatters(List<CustomFormatter> value)
Add all org.wildfly.swarm.config.logging.CustomFormatter objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.