Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.logging |
Modifier and Type | Method and Description |
---|---|
LogFile |
Logging.LoggingResources.logFile(String key) |
Modifier and Type | Method and Description |
---|---|
List<LogFile> |
Logging.LoggingResources.logFiles()
Get the list of LogFile resources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.logFile(LogFile value)
Add the LogFile object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Logging.logFiles(List<LogFile> value)
Add all LogFile objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
LogFile<T extends LogFile<T>>
Log files that are available to be read.
|
interface |
LogFileConsumer<T extends LogFile<T>> |
interface |
LogFileSupplier<T extends LogFile> |
Modifier and Type | Method and Description |
---|---|
LogFile |
LogFileSupplier.get()
Constructed instance of LogFile resource
|
LogFile |
LoggingProfile.LoggingProfileResources.logFile(String key) |
Modifier and Type | Method and Description |
---|---|
List<LogFile> |
LoggingProfile.LoggingProfileResources.logFiles()
Get the list of LogFile resources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.logFile(LogFile value)
Add the LogFile object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LoggingProfile.logFiles(List<LogFile> value)
Add all LogFile objects to this subresource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.