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