Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
CustomHandler |
Logging.LoggingResources.customHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<CustomHandler> |
Logging.LoggingResources.customHandlers()
Get the list of CustomHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.customHandler(CustomHandler value)
Add the CustomHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.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 |
LoggingProfile.LoggingProfileResources.customHandler(String key) |
CustomHandler |
CustomHandlerSupplier.get()
Constructed instance of CustomHandler resource
|
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 | Method and Description |
---|---|
List<CustomHandler> |
LoggingFraction.customHandlers()
Get the list of CustomHandlers for this logger
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.