Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
LoggingProfile |
Logging.LoggingResources.loggingProfile(String key) |
Modifier and Type | Method and Description |
---|---|
List<LoggingProfile> |
Logging.LoggingResources.loggingProfiles()
Get the list of LoggingProfile resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.loggingProfile(LoggingProfile value)
Add the LoggingProfile object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.loggingProfiles(List<LoggingProfile> value)
Add all LoggingProfile objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingProfile<T extends LoggingProfile<T>>
The configuration of the logging subsystem.
|
interface |
LoggingProfileConsumer<T extends LoggingProfile<T>> |
interface |
LoggingProfileSupplier<T extends LoggingProfile> |
Modifier and Type | Method and Description |
---|---|
LoggingProfile |
LoggingProfileSupplier.get()
Constructed instance of LoggingProfile resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.