| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<CustomHandler> |
Logging.LoggingResources.customHandlers()
Get the list of org.wildfly.swarm.config.logging.CustomHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.customHandlers(List<CustomHandler> value)
Add all org.wildfly.swarm.config.logging.CustomHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomHandler<T extends CustomHandler>
Defines a custom logging handler.
|
interface |
CustomHandlerConfigurator<T extends CustomHandler> |
| Modifier and Type | Method and Description |
|---|---|
List<CustomHandler> |
LoggingProfile.LoggingProfileResources.customHandlers()
Get the list of org.wildfly.swarm.config.logging.CustomHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.customHandlers(List<CustomHandler> value)
Add all org.wildfly.swarm.config.logging.CustomHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.