loggly-csharp icon indicating copy to clipboard operation
loggly-csharp copied to clipboard

A .NET client for loggly

Results 4 loggly-csharp issues
Sort by recently updated
recently updated
newest added

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 ![ss](https://user-images.githubusercontent.com/73015418/135595713-a2b037b4-d8ed-45b8-ad57-f5d18da6970e.PNG)

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...