Matthias Winkler

Results 1 issues of Matthias Winkler

This change allow to optionally pass a HttpMessageHandler to the used HttpClient inside the logger. Example: ``` var config = builder.Configuration.GetSection("Splunk").Get(); var handler = new HttpClientHandler { Proxy = new...