| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.customFormatter |
| Modifier and Type | Method and Description |
|---|---|
List<CustomFormatter> |
Logging.LoggingResources.customFormatters()
Get the list of CustomFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.customFormatter(CustomFormatter value)
Add the CustomFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.customFormatters(List<CustomFormatter> value)
Add all CustomFormatter objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
CustomFormatter |
CustomFormatter.attributeClass(String value)
The logging handler class to be used.
|
CustomFormatter |
CustomFormatter.module(String value)
The module that the logging handler depends on.
|
CustomFormatter |
CustomFormatter.properties(Map value)
Defines the properties used for the logging handler.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.