| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.logger |
| Modifier and Type | Method and Description |
|---|---|
List<Logger> |
Logging.LoggingResources.loggers()
Get the list of Logger resources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.logger(Logger value)
Add the Logger object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.loggers(List<Logger> value)
Add all Logger objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Logger.category(String value)
Specifies the category for the logger.
|
Logger |
Logger.filter(Map value)
Defines a simple filter type.
|
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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.