elastic / ecs-dotnet

https://www.elastic.co/guide/en/ecs-logging/dotnet/current/setup.html
Apache License 2.0
114 stars 58 forks source link

Support LoggingLevelSwitch and restrictedToMinimumLevel in Serilog Sink #328

Closed Mpdreamz closed 1 year ago

Mpdreamz commented 1 year ago

This allows the sink to have a separate logging level from other sinks.

Either hardcoded through restrictedToMinimumLevel (name by convention)

Or dynamically through LoggingLevelSwitch

Fixes #309, #310