Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created April 2, 2015 20:18
Show Gist options
  • Save johnmmoss/d9a4d97b4c2bdd899fac to your computer and use it in GitHub Desktop.
Save johnmmoss/d9a4d97b4c2bdd899fac to your computer and use it in GitHub Desktop.
log4net Configure code
public class MvcApplication : System.Web.HttpApplication
{
protected void Application_Start()
{
// Configure log4net
log4net.Config.XmlConfigurator.Configure();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment