Created
April 2, 2015 20:18
-
-
Save johnmmoss/d9a4d97b4c2bdd899fac to your computer and use it in GitHub Desktop.
log4net Configure code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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