Tag: serilog
-
Setting Up Serilog in a .NET Core 2.2 Web App Deployed to Azure
The standard .NET Core logging is all well and good, but it doesn’t give you logging to a file out of the box. My requirements were to display the application log messages in the Visual Studio Debug window and also log them to a physical file whilst in development on my local PC, but then […]