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