App Environment: Azure, .NET Core 3.1, C#
We understand that Serilog provides a Dynatrace Sink Serilog.Sinks.Dynatrace
for logging app trace statements to Dynatrace.
We are trying to avoid having a dependency on Serilog in our .NET core app.
Is there any library/nuget that Dynatrace provides that has the necessary sink that can be configured to send in app level trace info to Dynatrace log viewer?
Or, is there a setting/configuration in Dynatrace that allows for enabling OneAgent running on the cloud infrastructure to do it out of the box with no instrumentation?
We are trying to move app trace logging away from Azure App Insights to Dynatrace log viewer.