| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging.subsystem.periodicSizeRotatingFileHandler |
| Modifier and Type | Method and Description |
|---|---|
List<PeriodicSizeRotatingFileHandler> |
Logging.LoggingResources.periodicSizeRotatingFileHandlers()
Get the list of PeriodicSizeRotatingFileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all PeriodicSizeRotatingFileHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeriodicSizeRotatingFileHandler<T extends PeriodicSizeRotatingFileHandler>
Defines a handler which writes to a file, rotating the log after a time period derived from the given suffix string or 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.