| Constructor and Description |
|---|
NoopTelemetryClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogToBatch(TelemetryData log)
Attempt to add log to batch, and suppress exceptions thrown in case of
failure
|
void |
close()
Close telemetry connector and send any unsubmitted logs
|
boolean |
sendBatch()
Send all cached logs to server
|
void |
tryAddLogToBatch(TelemetryData log)
Attempt to add log to batch, and suppress exceptions thrown in case of
failure
|
public void tryAddLogToBatch(TelemetryData log)
TelemetrytryAddLogToBatch in interface Telemetrylog - entry to addpublic void addLogToBatch(TelemetryData log)
TelemetryaddLogToBatch in interface Telemetrylog - entry to addpublic void close()
TelemetryCopyright © 2019. All rights reserved.