Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An ASP.NET Core middleware component which allows to log messages with all Log Levels independently of selected Log Level in case of unhandled exception.

License

Notifications You must be signed in to change notification settings

dronishe/EnrichedExceptionLogging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnrichedExceptionLogging

In case of unhandled exception in asp .net core app this library adds log messages of all levels into log whatever loglevel is set.

Supported Runtimes

  • .NET Standard 2.0+
Package NuGet Stable Downloads
EnrichedExceptionLogging NuGet Nuget

Installation

You should install EnrichedExceptionLogging from NuGet:

Install-Package EnrichedExceptionLogging

This command from Package Manager Console will download and install EnrichedExceptionLogging and all required dependencies.

About

An ASP.NET Core middleware component which allows to log messages with all Log Levels independently of selected Log Level in case of unhandled exception.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages