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