gelf-extensions-logging icon indicating copy to clipboard operation
gelf-extensions-logging copied to clipboard

GELF provider for Microsoft.Extensions.Logging

Results 5 gelf-extensions-logging issues
Sort by recently updated
recently updated
newest added

A single TCP stream will be used, using a configurable default timeout of 1000ms. By default, all TCP errors will be ignored. By enabling `ThrowTcpExceptions` in the options, the TCP...

On less than optimal networks, UDP isn't the best protocol, as it's a fire-and-forget setup. Http(s) is very poorly supported by Graylog and is very slow in processing input. TCP...

Hi, I'm very happy about this GELF Logging Extension, as I don't need to use serilog or NLog to get my logs into GrayLog interface. But I would prefer some...

As there might be really, really many log messages, it might be important to tune the extension regarding performance. e.g. Remove the new list here: https://github.com/mattwcole/gelf-extensions-logging/blob/22ee531949f54d5da26b958e6bcdfc622c027d18/src/Gelf.Extensions.Logging/GelfLogger.cs#L113 Why use ToArray here...

Bumps System.Text.Json from 4.6.0 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=4.6.0&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies