I am using Application Insights for a Web Service in Azure, and I have configured it using the "Application Insights" panel under "Settings".
Even though I haven't added any code specifically to use "OpenTelemetry" or "Application Insights SDK", it still somehow knows to use the Application Insights connection string and send log data there.
The only theory I have is that it is using EventSource
as the logging provider, but some other process is picking up the logging data and sending it to Application Insights.
How does it actually work without any code being added?