| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<PeriodicSizeRotatingFileHandler> |
Logging.LoggingResources.periodicSizeRotatingFileHandlers()
Get the list of org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.append(Boolean value)
Specify whether to append to the target file.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.autoflush(Boolean value)
Automatically flush after each write.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.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.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.encoding(String value)
The character encoding used by this Handler.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.file(Map value)
The file description consisting of the path and optional relative to path.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.filterSpec(String value)
A filter expression value to define a filter.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.formatter(String value)
Defines a pattern for the formatter.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.level(String value)
The log level specifying which message levels will be logged by this logger.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.maxBackupIndex(Integer value)
The maximum number of backups to keep.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.namedFormatter(String value)
The name of the defined formatter to be used on the handler.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.rotateOnBoot(Boolean value)
Indicates the file should be rotated each time the file attribute is changed.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.rotateSize(String value)
The size at which to rotate the log file.
|
PeriodicSizeRotatingFileHandler |
PeriodicSizeRotatingFileHandler.suffix(String value)
Set the suffix string.
|
| Modifier and Type | Method and Description |
|---|---|
List<PeriodicSizeRotatingFileHandler> |
LoggingProfile.LoggingProfileResources.periodicSizeRotatingFileHandlers()
Get the list of org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.periodicSizeRotatingFileHandler(PeriodicSizeRotatingFileHandler value)
Add the org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.periodicSizeRotatingFileHandlers(List<PeriodicSizeRotatingFileHandler> value)
Add all org.wildfly.swarm.config.logging.PeriodicSizeRotatingFileHandler objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.