| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.asyncHandler |
| Modifier and Type | Method and Description |
|---|---|
List<AsyncHandler> |
Logging.LoggingResources.asyncHandlers()
Get the list of AsyncHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.asyncHandler(AsyncHandler value)
Add the AsyncHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.asyncHandlers(List<AsyncHandler> value)
Add all 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.filter(Map value)
Defines a simple filter type.
|
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.name(String value)
The name of the 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.