Attention: We are retiring the ASP.NET Community Blogs. Learn more >

Contents tagged with Log4Net

  • Using Log4Net in an ASP.Net application

    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.