Hello,
Can you please advise why the values for LogLevel in Microsoft.Extensions.Logging,
do NOT match those in Microsoft.ApplicationInsights.DataContracts?
here is the code:


So in my C# code, when I have the statement:
//in the loglevel this is = 3
logger.LogWarning("User does not have access");
I was expecting this to show up in Application Insights as 3, but instead it shows as 2.
This can sometimes lead to issues in interpreting logs and usage data.
would appreciate your advice,
thanks