log in asp.net

  • Thread starter Thread starter LtyChan
  • Start date Start date
L

LtyChan

Hi,

I need to implement logging (to a file or db) in an asp.net app. What's the
best way to go? Is there anything in the framework I can use (tracing,
debug?) or what about log4net? What would you recommend?

Thanks
 
Log4Net is a nice choice. If you want something that uses Design Patterns
the Microsoft way, you can download the Enteprise Library (now version 3.1).
It has a full logging piece that undergirds other framework components. :-)

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com
Co-author: Microsoft Expression Web Bible (upcoming)

************************************************
Think outside the box!
************************************************
 
Back
Top