Reputation: 22486
Visual Studio 2010
I was using log4net for Visual Studio 2005. However, I am now using visual studio 2010.
log4net is not available for that framework.
Is there any other logging libraries out there that I can use?
Many thanks,
Upvotes: 0
Views: 605
Reputation: 3432
If you want to stick with log4Net, it may be as simple as changing your application's target framework. See this post that describes how the author was able to get log4Net up and running: http://krishnabhargav.blogspot.com/2010/02/using-net-35-clr-20-dll-inside-visual.html
Upvotes: 1
Reputation: 1193
Just to clarify, the IDE isn't really a factor here. That said, use Enterprise Library.
Upvotes: 1