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