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 a

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 f

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 eve