Skip to main content

Logging using Log4Net in ASP.Net

· One min read

Log4net is an Open Source utility used for log/report statements to various kinds of output targets Namely.

  • TextFile
  • EventViewer
  • SQL Server
  • Email

Read More