shreesharao / aspnetcore-ConsoleToWeb

Convert Console project to web project for understanding the working of asp.net core mvc
0 stars 0 forks source link

How To? - Logging with enums in .NET Core #9

Closed shreesharao closed 6 years ago

shreesharao commented 6 years ago

Problem: With inbuilt logging provider we can only have EventIds as a static class. How to use Enums in place of static classes.

shreesharao commented 6 years ago
shreesharao commented 6 years ago

Here - https://blog.bredvid.no/logging-with-enums-in-net-core-cf78e354d086 is an article explaining how to extend the functionality.