You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by "Mujtaba khan (JIRA)" <ji...@apache.org> on 2017/01/11 13:01:58 UTC

[jira] [Created] (LOG4NET-544) How i can write only below part of code in code behind (c#) instead of web.config file " " Rest of the code will be as it is in web.config file

Mujtaba khan created LOG4NET-544:
------------------------------------

             Summary: How i can write only below part of code in code behind (c#) instead of web.config file " <root><level value="ALL" /> <appender-ref ref="AdoNetAppender" /> <appender-ref ref="RollingFile" /> </root>"  Rest of the code will be as it is in web.config file 
                 Key: LOG4NET-544
                 URL: https://issues.apache.org/jira/browse/LOG4NET-544
             Project: Log4net
          Issue Type: Wish
         Environment: VS 2013
            Reporter: Mujtaba khan


How i can write only below part of code in code behind (c#) instead of web.config file
"
<root>
      <level value="ALL" />
      <appender-ref ref="AdoNetAppender" />
      <appender-ref ref="RollingFile" />
</root>"

Rest of the code will be as it is in web.config file to maintain the multiple type of logs based on different conditions.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)