Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
Logger |
Logging.LoggingResources.logger(String key) |
Modifier and Type | Method and Description |
---|---|
List<Logger> |
Logging.LoggingResources.loggers()
Get the list of Logger resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.logger(Logger value)
Add the Logger object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.loggers(List<Logger> value)
Add all Logger objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Logger<T extends Logger<T>>
Defines a logger category.
|
interface |
LoggerConsumer<T extends Logger<T>> |
interface |
LoggerSupplier<T extends Logger> |
Modifier and Type | Method and Description |
---|---|
Logger |
LoggerSupplier.get()
Constructed instance of Logger resource
|
Logger |
LoggingProfile.LoggingProfileResources.logger(String key) |
Modifier and Type | Method and Description |
---|---|
List<Logger> |
LoggingProfile.LoggingProfileResources.loggers()
Get the list of Logger resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.logger(Logger value)
Add the Logger object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.loggers(List<Logger> value)
Add all Logger objects to this subresource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.