exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
554 stars 142 forks source link

Added .NET Core config support for EnableLogging , LogPath, QueueMaxAge, QueueMaxAttempts, StorageSerializer #237

Closed niemyjski closed 3 years ago

niemyjski commented 3 years ago

This adds additional configuration options and syncs the order with the existing .NET client implementation: https://github.com/exceptionless/Exceptionless.Net/blob/master/src/Exceptionless/Extensions/ExceptionlessConfigurationExtensions.cs#L290-L371