Package | Description |
---|---|
org.wildfly.swarm.config.management.access | |
org.wildfly.swarm.config.management.access.logger |
Modifier and Type | Method and Description |
---|---|
Handler |
AuditLogLogger.AuditLogLoggerResources.handler(String key) |
Modifier and Type | Method and Description |
---|---|
List<Handler> |
AuditLogLogger.AuditLogLoggerResources.handlers()
Get the list of Handler resources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditLogLogger.handler(Handler value)
Add the Handler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditLogLogger.handlers(List<Handler> value)
Add all Handler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Handler<T extends Handler<T>>
A reference to a file or syslog audit log handler.
|
interface |
HandlerConsumer<T extends Handler<T>> |
interface |
HandlerSupplier<T extends Handler> |
Modifier and Type | Method and Description |
---|---|
Handler |
HandlerSupplier.get()
Constructed instance of Handler resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.