Daz David Z

Logging Using Log4Net in .NET Core application

Posted by - November 12, 2021
Today in this article, we will see how to perform File/Rolling File logging and Console logging using Log4Net in Console .NET Core application. We shall be leveraging DI( Dependency Injection) framework to inject the Log4Net Logger object…
Read More