Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
XmlFormatter |
Logging.LoggingResources.xmlFormatter(String key) |
Modifier and Type | Method and Description |
---|---|
List<XmlFormatter> |
Logging.LoggingResources.xmlFormatters()
Get the list of XmlFormatter resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.xmlFormatter(XmlFormatter value)
Add the XmlFormatter object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.xmlFormatters(List<XmlFormatter> value)
Add all XmlFormatter objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
XmlFormatter<T extends XmlFormatter<T>>
A formatter that formats log messages in XML.
|
interface |
XmlFormatterConsumer<T extends XmlFormatter<T>> |
interface |
XmlFormatterSupplier<T extends XmlFormatter> |
Modifier and Type | Method and Description |
---|---|
XmlFormatter |
XmlFormatterSupplier.get()
Constructed instance of XmlFormatter resource
|
XmlFormatter |
LoggingProfile.LoggingProfileResources.xmlFormatter(String key) |
Modifier and Type | Method and Description |
---|---|
List<XmlFormatter> |
LoggingProfile.LoggingProfileResources.xmlFormatters()
Get the list of XmlFormatter resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.xmlFormatter(XmlFormatter value)
Add the XmlFormatter object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.xmlFormatters(List<XmlFormatter> value)
Add all XmlFormatter objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.