Created
April 2, 2015 20:11
-
-
Save johnmmoss/cc0777ab1acc8ac265f0 to your computer and use it in GitHub Desktop.
Web.config log4net settings
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
<configSections> | |
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> | |
</configSections> | |
<!-- more config --> | |
<log4net configSource="log4net.config" /> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment