| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.consoleHandler |
| Modifier and Type | Method and Description |
|---|---|
List<ConsoleHandler> |
Logging.LoggingResources.consoleHandlers()
Get the list of ConsoleHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.consoleHandler(ConsoleHandler value)
Add the ConsoleHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.consoleHandlers(List<ConsoleHandler> value)
Add all ConsoleHandler objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleHandler<T extends ConsoleHandler>
Defines a handler which writes to the console.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.