Package app.ductape.sdk.logs
Class LogsService
java.lang.Object
app.ductape.sdk.logs.LogsService
Batched log buffer with fire-and-forget publish; mirrors logs.service.ts.
-
Constructor Summary
ConstructorsConstructorDescriptionLogsService(EnvType env, RequestContext auth) LogsService(RequestContext auth, LogApiService api) -
Method Summary
-
Constructor Details
-
LogsService
-
LogsService
-
-
Method Details
-
setFeatureId
-
add
-
fetchLogs
-
publish
public void publish()Flush buffered logs in one batch without blocking the caller.
-