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