| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging.subsystem.sizeRotatingFileHandler |
| 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>
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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.