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)

Reply via email to