Package | Description |
---|---|
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.config.logging.logging_profile |
Modifier and Type | Method and Description |
---|---|
CustomHandler |
LoggingProfile.LoggingProfileResources.customHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomHandler> |
LoggingProfile.LoggingProfileResources.customHandlers()
Get the list of CustomHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.customHandler(CustomHandler value)
Add the CustomHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.customHandlers(List<CustomHandler> value)
Add all CustomHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CustomHandler<T extends CustomHandler<T>>
Defines a custom logging handler.
|
interface |
CustomHandlerConsumer<T extends CustomHandler<T>> |
interface |
CustomHandlerSupplier<T extends CustomHandler> |
Modifier and Type | Method and Description |
---|---|
CustomHandler |
CustomHandlerSupplier.get()
Constructed instance of CustomHandler resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.