| 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 | Method and Description |
|---|---|
CustomHandler |
CustomHandler.attributeClass(String value)
The logging handler class to be used.
|
CustomHandler |
CustomHandler.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.
|
CustomHandler |
CustomHandler.encoding(String value)
The character encoding used by this Handler.
|
CustomHandler |
CustomHandler.filterSpec(String value)
A filter expression value to define a filter.
|
CustomHandler |
CustomHandler.formatter(String value)
Defines a pattern for the formatter.
|
CustomHandler |
CustomHandler.level(String value)
The log level specifying which message levels will be logged by this logger.
|
CustomHandler |
CustomHandler.module(String value)
The module that the logging handler depends on.
|
CustomHandler |
CustomHandler.namedFormatter(String value)
The name of the defined formatter to be used on the handler.
|
CustomHandler |
CustomHandler.properties(Map value)
Defines the properties used for the logging handler.
|
| 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 |
|---|---|
LoggingProfile |
LoggingProfile.customHandler(CustomHandler value)
Add the org.wildfly.swarm.config.logging.CustomHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
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.