Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
SizeRotatingFileHandler |
Logging.LoggingResources.sizeRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SizeRotatingFileHandler> |
Logging.LoggingResources.sizeRotatingFileHandlers()
Get the list of SizeRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the SizeRotatingFileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all SizeRotatingFileHandler objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
SizeRotatingFileHandler<T extends SizeRotatingFileHandler<T>>
Defines a 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
|
SizeRotatingFileHandler |
LoggingProfile.LoggingProfileResources.sizeRotatingFileHandler(String key) |
Modifier and Type | Method and Description |
---|---|
List<SizeRotatingFileHandler> |
LoggingProfile.LoggingProfileResources.sizeRotatingFileHandlers()
Get the list of SizeRotatingFileHandler resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the SizeRotatingFileHandler object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.sizeRotatingFileHandlers(List<SizeRotatingFileHandler> value)
Add all SizeRotatingFileHandler objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.