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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top