| Package | Description |
|---|---|
| org.cloudfoundry.client.lib | |
| org.cloudfoundry.client.lib.domain | |
| org.cloudfoundry.client.lib.rest |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLog> |
CloudFoundryOperations.getRecentLogs(String appName)
Stream recent log entries.
|
List<ApplicationLog> |
CloudFoundryClient.getRecentLogs(String appName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationLogListener.onMessage(ApplicationLog log) |
| Modifier and Type | Method and Description |
|---|---|
int |
ApplicationLog.compareTo(ApplicationLog o) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLog |
LoggregatorMessageParser.parseMessage(byte[] rawMessage) |
ApplicationLog |
LoggregatorMessageParser.parseMessage(String messageString) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationLog> |
CloudControllerClientImpl.getRecentLogs(String appName) |
List<ApplicationLog> |
CloudControllerClient.getRecentLogs(String appName) |
Copyright © 2015. All rights reserved.