LoggingManager constructor
LoggingManager(
- SystemManager systemManager,
- ResourceManager resourceManager,
- Config config
Implementation
LoggingManager(this.systemManager, this.resourceManager, this.config) {
HttpRequestManager.isPost = config.requestMethod == 'POST';
_queueSize = config.queueSize;
_retryLogging = config.retryLogging;
_retryDelay = Duration(microseconds: config.retryDelay);
}