| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<Logger> |
Logging.LoggingResources.loggers()
Get the list of org.wildfly.swarm.config.logging.Logger resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.logger(Logger value)
Add the org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.loggers(List<Logger> value)
Add all org.wildfly.swarm.config.logging.Logger objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Logger.category(String value)
Specifies the category for the logger.
|
Logger |
Logger.filterSpec(String value)
A filter expression value to define a filter.
|
Logger |
Logger.handlers(List<String> value)
The handlers associated with the logger.
|
Logger |
Logger.level(String value)
The log level specifying which message levels will be logged by the logger.
|
Logger |
Logger.useParentHandlers(Boolean value)
Specifies whether or not this logger should send its output to it's parent Logger.
|
| Modifier and Type | Method and Description |
|---|---|
List<Logger> |
LoggingProfile.LoggingProfileResources.loggers()
Get the list of org.wildfly.swarm.config.logging.Logger resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.logger(Logger value)
Add the org.wildfly.swarm.config.logging.Logger object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.loggers(List<Logger> value)
Add all org.wildfly.swarm.config.logging.Logger objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.