mattwcole / gelf-extensions-logging

GELF provider for Microsoft.Extensions.Logging
MIT License
109 stars 42 forks source link

Auto reload options #63

Closed mattwcole closed 3 years ago

mattwcole commented 3 years ago

Logger provider now subscribes to options changed events and recreates GELF clients. Events are debounced with an interval of 1 second to avoid duplicates.