| 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 | Method and Description |
|---|---|
SizeRotatingFileHandler |
SizeRotatingFileHandler.append(Boolean value)
Specify whether to append to the target file.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.autoflush(Boolean value)
Automatically flush after each write.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.enabled(Boolean value)
If set to true the handler is enabled and functioning as normal, if set to false the handler is ignored when processing log messages.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.encoding(String value)
The character encoding used by this Handler.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.file(Map value)
The file description consisting of the path and optional relative to path.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.filterSpec(String value)
A filter expression value to define a filter.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.formatter(String value)
Defines a pattern for the formatter.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.level(String value)
The log level specifying which message levels will be logged by this logger.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.maxBackupIndex(Integer value)
The maximum number of backups to keep.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.namedFormatter(String value)
The name of the defined formatter to be used on the handler.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.rotateOnBoot(Boolean value)
Indicates the file should be rotated each time the file attribute is changed.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.rotateSize(String value)
The size at which to rotate the log file.
|
SizeRotatingFileHandler |
SizeRotatingFileHandler.suffix(String value)
Set the suffix string.
|
| 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 |
|---|---|
LoggingProfile |
LoggingProfile.sizeRotatingFileHandler(SizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.SizeRotatingFileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
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.