A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nblumhardt/serilog-enrichers-demystify below:

nblumhardt/serilog-enrichers-demystify: Unmangle async/iterator stack traces with @benaadams's Demystifier

Important note: This package is no longer being actively developed, as the improved stack trace functionality is now a part of .NET Core, and thus the future utility of this integration package is limited. If you'd like to take over development, please feel free to fork, or contact @nblumhardt.

Unmangle the names of async and iterator methods in exception stack traces using @benaadams's Demystifier.

Install from NuGet:

Install-Package Serilog.Enrichers.Demystify -Pre -DependencyVersion Highest

Configure log event enrichment:

Log.Logger = new LoggerConfiguration()
    .Enrich.WithDemystifiedStackTraces() // <- Add this line
    .WriteTo.Console()
    .CreateLogger();

The enricher will replace logged exception stack traces with unmangled ones.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4