[
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
>
[
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
[
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
[
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..
[
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
[
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
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
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