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