log4net with visual studio 2005

  • Thread starter Thread starter softwareakash
  • Start date Start date
You have the basics down. It should be noted that the Logger overloads are
merely a way to uniquely identify a specific logger underneath. You can also
use a string on the constructor rather than use typeof(), etc.

It looks like you have everything configured. Of course, the proper MS
answer is "why aren't you using the Enterprise Library?" :-)

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Back
Top