Class LogCacheClient
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.LogCacheClient
-
public class LogCacheClient extends Object
-
-
Constructor Summary
Constructors Constructor Description LogCacheClient(String logCacheApi, OAuthClient oAuthClient, Map<String,String> requestTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ApplicationLog>getRecentLogs(UUID applicationGuid, LocalDateTime offset)
-
-
-
Constructor Detail
-
LogCacheClient
public LogCacheClient(String logCacheApi, OAuthClient oAuthClient, Map<String,String> requestTags)
-
-
Method Detail
-
getRecentLogs
public List<ApplicationLog> getRecentLogs(UUID applicationGuid, LocalDateTime offset)
-
-