Question: I want to use Serilog in an Azure Function v4 (.net 6) (the logs should be sent to Datadog). For this I have installed the following nuget packages: Below is the configuration in the Startup.cs class: Basically logging works, ...
Question: I want to use Serilog in an Azure Function v4 (.net 6) (the logs should be sent to Datadog). For this I have installed the following nuget packages: Below is the configuration in the Startup.cs class: Basically logging works, ...