sgryphon / essential-diagnostics

Essential.Diagnostics contains additional trace listeners, filters and utility classes for the .NET Framework System.Diagnostics trace logging. Included are colored console, SQL database, rolling file, Seq logging server, and in-memory trace listeners, expression filters, activity and logical operation scopes, and configuration file monitoring.
Microsoft Reciprocal License
69 stars 25 forks source link

Update Seq by adding option for sync errorhandling + unit test Cultur… #38

Closed Inlustris closed 3 years ago

Inlustris commented 3 years ago

Giving users the possibility to add error handling to the sync seqtracelistener. Default false for keeping functionality.

sgryphon commented 3 years ago

Please also update the documentation with details of the new properties: docs/reference/SeqTraceListener.md

sgryphon commented 3 years ago

Also update the config transform that is included in the nuget package that adds a sample configuration to the application settings, to include the new property: src/Essential.Diagnostics.SeqTraceListener/Essential.Diagnostics.SeqTraceListener.config.transform

Inlustris commented 3 years ago

Hello sgryphon,

I update my PR can you review it again?