scrapbook.qujck.com
.net core catch all exception handler
app.UseExceptionHandler(options => { options.Run( async context => { var error = context.Features.Get(); if (error is object) { Log.Error( “EXCEPTION {me…