.NET Core 6 How to Log to File Using Serilog

I recently needed to place logs to a file which can be viewed later to check issues with the deployed app that’s sitting on the remote server, but realized that .NET Core does not have a provide a built-in ILoggerProvider implementation for file logging. There are many ways to do it by either using 3rd […]

.NET Core 6 How to Log to File Using Serilog Read More »