| Modifier and Type | Method and Description |
|---|---|
List<PeriodicSizeRotatingFileHandler> |
LoggingProfile.LoggingProfileResources.periodicSizeRotatingFileHandlers()
Get the list of PeriodicSizeRotatingFileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the PeriodicSizeRotatingFileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.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.