Logging is an important part of software development. It helps us know that tasks have been completed, monitor applications and provides a trail to follow when things don’t work.
Microsoft has included a logging framework in .NET Core and ASP.NET Core to allow developers to easily implement logging