程序包 | 说明 |
---|---|
com.aliyun.openservices.sls |
限定符和类型 | 方法和说明 |
---|---|
GetLogsResponse |
SLSClient.GetLogs(GetLogsRequest request) |
GetLogsResponse |
SimpleLogService.GetLogs(GetLogsRequest request)
Get The sub set of logs data from sls server which match input
parameters.
|
GetLogsResponse |
SLSClient.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query) |
GetLogsResponse |
SimpleLogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query)
Get The sub set of logs data from sls server which match input
parameters.
|
GetLogsResponse |
SLSClient.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse) |
GetLogsResponse |
SimpleLogService.GetLogs(String project,
String logStore,
int from,
int to,
String topic,
String query,
int line,
int offset,
boolean reverse)
Get The sub set of logs data from sls server which match input
parameters.
|
Copyright © 2015. All Rights Reserved.