Package | Description |
---|---|
org.wildfly.swarm.config.management | |
org.wildfly.swarm.config.management.access |
Modifier and Type | Method and Description |
---|---|
SizeRotatingFileHandler |
AuditAccess.AuditAccessResources.sizeRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SizeRotatingFileHandler> |
AuditAccess.AuditAccessResources.sizeRotatingFileHandlers()
Get the list of SizeRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditAccess.sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the SizeRotatingFileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
AuditAccess.sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all SizeRotatingFileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SizeRotatingFileHandler<T extends SizeRotatingFileHandler<T>>
A management audit log handler which writes to a file, rotating the log after
the size of the file grows beyond a certain point and keeping a fixed number
of backups.
|
interface |
SizeRotatingFileHandlerConsumer<T extends SizeRotatingFileHandler<T>> |
interface |
SizeRotatingFileHandlerSupplier<T extends SizeRotatingFileHandler> |
Modifier and Type | Method and Description |
---|---|
SizeRotatingFileHandler |
SizeRotatingFileHandlerSupplier.get()
Constructed instance of SizeRotatingFileHandler resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.