| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
List<LogEvent> |
TasksApi.getLogs(String taskID)
Retrieve all logs for a task.
|
List<LogEvent> |
TasksApi.getLogs(Task task)
Retrieve all logs for a task.
|
List<LogEvent> |
TasksApi.getRunLogs(Run run)
Retrieve all logs for a run.
|
List<LogEvent> |
TasksApi.getRunLogs(String taskID,
String runID)
Retrieve all logs for a run.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogEvent> |
Logs.getEvents()
Get events
|
List<LogEvent> |
Run.getLog()
An array of logs associated with the run.
|
Copyright © 2018–2021 InfluxData, Inc.. All rights reserved.