| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
Logging.LoggingResources.asyncHandlers()
Get the list of org.wildfly.swarm.config.logging.AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
AsyncHandler |
AsyncHandler.enabled(Boolean value)
If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages.
|
AsyncHandler |
AsyncHandler.filterSpec(String value)
A filter expression value to define a filter.
|
AsyncHandler |
AsyncHandler.level(String value)
The log level specifying which message levels will be logged by this handler.
|
AsyncHandler |
AsyncHandler.overflowAction(String value)
Specify what action to take when the overflowing.
|
AsyncHandler |
AsyncHandler.queueLength(Integer value)
The queue length to use before flushing writing
|
AsyncHandler |
AsyncHandler.subhandlers(List<String> value)
The Handlers associated with this async handler.
|
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
LoggingProfile.LoggingProfileResources.asyncHandlers()
Get the list of org.wildfly.swarm.config.logging.AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.asyncHandler(AsyncHandler value)
Add the org.wildfly.swarm.config.logging.AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.asyncHandlers(List<AsyncHandler> value)
Add all org.wildfly.swarm.config.logging.AsyncHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.