Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
ConsoleHandler |
Logging.LoggingResources.consoleHandler(String key) |
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<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
|
Modifier and Type | Method and Description |
---|---|
List<ConsoleHandler> |
LoggingFraction.consoleHandlers()
Get the list of ConsoleHandlers for this logger
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.