.NET Core Logger using Serilog – Part 2
Recap In the previous part of this series, we started with our logger implementation in .NET Core Web Api project. We’ve identified various types of logs and also created our LogDetail entity class. Then we create an AppLogger which centralize writing of logs to files. You can read the part 1 on this URL. We … Read more