You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Dominik Psenner (JIRA)" <ji...@apache.org> on 2018/01/10 23:22:00 UTC

[jira] [Closed] (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

     [ https://issues.apache.org/jira/browse/LOG4NET-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominik Psenner closed LOG4NET-544.
-----------------------------------
    Resolution: Not A Problem
      Assignee: Dominik Psenner

I'm closing the issue as not a problem. Please ask this question on the mailing list again in case you still need help with implementing this.

> 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: Bug
>         Environment: VS 2013
>            Reporter: Mujtaba khan
>            Assignee: Dominik Psenner
>              Labels: Log4Net
>
> 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.4.14#64029)