ASP.NET Core Logging
My posts about logging in ASP.NET Core and some source of some loggers like Syslog logger and fallback logger that supports falling back from main logger to backing one when logging to main logger fails.
File logging on ASP.NET Core
ASP.NET Core introduces new framework level logging system. Although it is feature-rich it is not complex to use and it provides decent abstractions that fit well with the architecture of most web applications. This blog post shows how to set up and use file logging using framework-level dependency injection.