C#C
C#14mo ago
tommy

✅ What is the use of `LogLevel` type in C#?

I have also tried to use this type by adding the using Microsoft.Extensions.Logging; directive, but this shows me an error that the Extensions type does not exist in the Microsoft namespace. How to use this then?
Was this page helpful?