HttpLogStrategy constructor
HttpLogStrategy({})
Creates an HttpLogStrategy with the given configuration.
Implementation
HttpLogStrategy({
this.batchSize = 100,
this.batchTimeout = const Duration(seconds: 5),
this.maxRetries = 3,
this.retryDelay = const Duration(seconds: 1),
super.useIsolate = true,
super.logLevel = LogLevel.none,
super.supportedEvents,
}) {
_startBatchTimer();
}