| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging.subsystem.loggingProfile | |
| org.wildfly.swarm.config.logging.subsystem.loggingProfile.consoleHandler |
| Modifier and Type | Method and Description |
|---|---|
List<ConsoleHandler> |
LoggingProfile.LoggingProfileResources.consoleHandlers()
Get the list of ConsoleHandler resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.consoleHandler(ConsoleHandler value)
Add the ConsoleHandler object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
LoggingProfile.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.