LogAnalytics.Client icon indicating copy to clipboard operation
LogAnalytics.Client copied to clipboard

A .NET Core client for sending logs and entities to Azure Log Analytics. Based on the Log Analytics Data Collector API.

Results 2 LogAnalytics.Client issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hello, I'm wondering if it could be possible to inject the ILogAnalyticsClient interface instead of LogAnalyticsClient class ? By replacing ```csharp services.AddHttpClient(); ``` by ```csharp services.AddHttpClient(); ``` I think it...