Configure Serilog for Logging in Azure Functions
Even though the built-in logging in .NET Core is pretty good these days, Serilog takes it to the next level, making complex logging exceptionally easy. Serilog allows us to not only log the output of the functions to the Console but also write to a Log file, Application Insights, Raygun, Sentry, or any number of […]
Configure Serilog for Logging in Azure Functions Read More ยป