The project is a middleware example for requests and response logging basics.
This repository contains the accompanying solution and assets for the article on msHOWTO Community.
After completing the necessary development for Custom Middleware, this code block should be added to the Startup.Configure method.
app.UseLogging();
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.