[jira] [Created] (LOG4NET-356) Log file are not wriitten in IIS7

2012-10-03 Thread Lakshmi (JIRA)
Lakshmi created LOG4NET-356: --- Summary: Log file are not wriitten in IIS7 Key: LOG4NET-356 URL: https://issues.apache.org/jira/browse/LOG4NET-356 Project: Log4net Issue Type: Bug

[jira] [Created] (LOG4NET-357) Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread Lakshmi (JIRA)
Lakshmi created LOG4NET-357: --- Summary: Object Reference issue in changing the Log file name dynamically in threads Key: LOG4NET-357 URL: https://issues.apache.org/jira/browse/LOG4NET-357 Project: Log4net

[jira] [Closed] (LOG4NET-356) Log file are not wriitten in IIS7

2012-10-03 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-356. --- Resolution: Invalid Log file are not wriitten in IIS7

[jira] [Commented] (LOG4NET-356) Log file are not wriitten in IIS7

2012-10-03 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13468393#comment-13468393 ] Dominik Psenner commented on LOG4NET-356: - Please ask questions in the users

[jira] [Closed] (LOG4NET-357) Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread Dominik Psenner (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominik Psenner closed LOG4NET-357. --- Resolution: Invalid This doesn't seem to be a issue in log4net. Please ask questions in the

Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread LakshmiThangaraj
Hai Am creating a web application using Vb.Net for data processing. I am implementing multi threading in processing functions. And also i used log4net to log the function calls and steps. My application requires multiple log file. So i used the following code to change the log files

Log file are not written in IIS7

2012-10-03 Thread LakshmiThangaraj
Hai Am using log4net in my application. It works fine when i run via code. But when i host it in IIS7 the log files are not written. What is the preferred account used to write to the log file directory, I tried network and network service and they did not work. I tried iusr and that worked .

RE: Log file are not written in IIS7

2012-10-03 Thread Dominik Psenner
Hi, Am using log4net in my application. It works fine when i run via code. But when i host it in IIS7 the log files are not written. What is the preferred account used to write to the log file directory, I tried network and network service and they did not work. I tried iusr and that worked .

RE: Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread Dominik Psenner
Hi, Am creating a web application using Vb.Net for data processing. I am implementing multi threading in processing functions. And also i used log4net to log the function calls and steps. This is not going to work like this. The log4net-way is by defining different appenders and filter the

RE: Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread LakshmiThangaraj
This Works fine .. i am unable to use static appenders. Because i need to change the name of the log file based on my processing function in my application. Now my problem is am unable to use httpcontext or session objects in threads.. Is there any way to do this? Or else how can i creating log

RE: Object Reference issue in changing the Log file name dynamically in threads

2012-10-03 Thread Dominik Psenner
This Works fine Glad to hear that. .. i am unable to use static appenders. Because i need to change the name of the log file based on my processing function in my application. I can understand your problem. Unfortunately there is no easy way to change the logfile dynamically at runtime. It all