using log4net in a multi projects solution

Viewed 2151

What is the best practice in using log4net in a multi project solution. Do I install the log4net Nuget on every project? I there a way to create a logger in the infrastructure, that uses log4net? I will appreciate any ideas.

1 Answers
Related