| Package | Description |
|---|---|
| org.wildfly.swarm.config.logging | |
| org.wildfly.swarm.config.logging.subsystem.logFile |
| Modifier and Type | Method and Description |
|---|---|
List<LogFile> |
Logging.LoggingResources.logFiles()
Get the list of LogFile resources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.logFile(LogFile value)
Add the LogFile object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Logging |
Logging.logFiles(List<LogFile> value)
Add all 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.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.