loggly-csharp
loggly-csharp copied to clipboard
A .NET client for loggly
Would it be possible to change Newtonsoft.Json to System.Text.Json? There's performance benefits, it's lighter weight and it keeps the code native to Microsoft.
If you try to use the SyslogSecure transport while running the code under Windows, everything works great. If you try to use it while running under Docker/Linux, nothing gets sent...
Like this 
Just a suggestion for the documentation in the readme - please correct me if i'm wrong. From looking at the code for LogglyClient it would make sense for it to...