| Package | Description | 
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.logging_profile | 
| Modifier and Type | Method and Description | 
|---|---|
ConsoleHandler | 
LoggingProfile.LoggingProfileResources.consoleHandler(String key)  | 
| 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<T>>
Defines a handler which writes to the console. 
 | 
interface  | 
ConsoleHandlerConsumer<T extends ConsoleHandler<T>>  | 
interface  | 
ConsoleHandlerSupplier<T extends ConsoleHandler>  | 
| Modifier and Type | Method and Description | 
|---|---|
ConsoleHandler | 
ConsoleHandlerSupplier.get()
Constructed instance of ConsoleHandler resource 
 | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.