dart_seq_http_client library
dart_seq_http_client
provides a HTTP client implementation for the
dart_seq
logging library and allows ingestion via HTTP in Seq.
Classes
- SeqHttpClient
-
A HTTP ingestion client for Seq. Implements the
SeqClient
interface. - SeqHttpLogger
- SeqResponse
- This class is used to parse the response from the Seq server.
Functions
-
linearBackoff(
int tries) → Duration -
Calculates a linearly increasing duration to based on the number of
tries
.