| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging.subsystem.loggingProfile | |
| org.wildfly.swarm.config.logging.subsystem.loggingProfile.customFormatter |
| Modifier and Type | Method and Description |
|---|---|
List<CustomFormatter> |
LoggingProfile.LoggingProfileResources.customFormatters()
Get the list of CustomFormatter resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.customFormatter(CustomFormatter value)
Add the CustomFormatter object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.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.