Package | Description |
---|---|
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.config.logging.logging_profile |
Modifier and Type | Method and Description |
---|---|
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
|
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
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.