scrapbook.qujck.com
Exception capture in .NET Core
app.UseExceptionHandler(options => { options.Run( async context => { var error = context.Features.Get(); if (error is object) { Log.Error( “EXCEPTION {me…