[jira] [Closed] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasir Chaudhry closed LOG4NET-309. -- > Need to change the log4net configuration so log can be writtern in > environmental variables >

[jira] [Resolved] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasir Chaudhry resolved LOG4NET-309. Resolution: Fixed Issue is fixed with by adding following line in configuration file: %env

[jira] [Commented] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091911#comment-13091911 ] Yasir Chaudhry commented on LOG4NET-309: However following line worked. %env{PROG

[jira] [Commented] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091909#comment-13091909 ] Yasir Chaudhry commented on LOG4NET-309: Well i tried but it also didn't work..

[jira] [Commented] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Roy Chastain (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091866#comment-13091866 ] Roy Chastain commented on LOG4NET-309: -- If you are asking for the ability to set the

[jira] [Updated] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yasir Chaudhry updated LOG4NET-309: --- Description: Hi, I have to move logging from currently structure to app data --> roaming. I

[jira] [Created] (LOG4NET-309) Need to change the log4net configuration so log can be writtern in environmental variables

2011-08-26 Thread Yasir Chaudhry (JIRA)
Need to change the log4net configuration so log can be writtern in environmental variables -- Key: LOG4NET-309 URL: https://issues.apache.org/jira/browse/LOG4NET-309

Multiple loggers and AdoNetAppenders

2011-08-26 Thread jvl
Hi... this seems like the right place to ask: I am currently integrating new functionality to existing code (C#, VS2010). Log4Net already logs everything and it seems to be set up nice and neat. I wrote my own log4netCustom.config, containing 1 AdoNetAppender writing to my own table. I switched