DotNetStories
In this post I would like to show you a fairly simple
example on how to use Log4Net logging service to
log information in a text file.You can log information
to a text file,a database table or Windows event viewer
using the Log4Net logging assembly.This can be
done through the various appenders.Have a look
here
to see a list and configurations for built-in
appenders.
In this post I would to focus on ASP.Net Health monitoring and Web events.Health monitoring is another mechanism to capture/abstract logging.