I have a ASP.NET MVC web application which logs with EventSource as input and ElasticSearch or application insights as output based on configuration with azure/eventflow library.
I am going to add tracing with opentelemetry.
What is difference between log.information and ActivitySource.AddEvent ?
Should I log messages with AddEvent ?