| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.logging |
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
Logging.LoggingResources.logFiles()
Get the list of org.wildfly.swarm.config.logging.LogFile resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.logFile(LogFile value)
Add the org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Logging.logFiles(List<LogFile> value)
Add all org.wildfly.swarm.config.logging.LogFile objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
LogFile |
LogFile.fileSize(Long value)
The size of the log file in bytes.
|
LogFile |
LogFile.lastModifiedTime(Long value)
The date, in milliseconds, the file was last modified.
|
LogFile |
LogFile.lastModifiedTimestamp(String value)
The date, in ISO 8601 format, the file was last modified.
|
LogFile |
LogFile.stream(Long value)
Provides the server log as a response attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
LoggingProfile.LoggingProfileResources.logFiles()
Get the list of org.wildfly.swarm.config.logging.LogFile resources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.logFile(LogFile value)
Add the org.wildfly.swarm.config.logging.LogFile object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
LoggingProfile |
LoggingProfile.logFiles(List<LogFile> value)
Add all org.wildfly.swarm.config.logging.LogFile objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.