Serilog is often referred to as the new logging framework on the .NET platform. Provides structured logging that can be delivered or stored in several sinks like Elasticsearch, RabbitMQ, Datadog, etc.
The default logging when creating a .net Core Web Api and running it on lambda is easy, but not always the best way to get all the needed information into the logs. There are multiple logging ...