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
> -- View this message in context: http://old.nabble.com/Object-Reference-issue-in-changing-the-Log-file-name-dynamically-in-threads-tp34508400p34508605.html Sent from the Log4net - Dev mailing list archive at Nabble.com.

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

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

2012-10-03 Thread LakshmiThangaraj
trying to change the log files in side thread it shows object reference issue in following line clsLoggerCheck.SetLogFileName(JobID, "Analysis") what is the reson for object reference? how can I solve this issue? Thanks -- View this message in context: http://old.nabble.com/Object-Reference-issue-in-changing-the-Log-file-name-dynamically-in-threads-tp34508400p34508400.html Sent from the Log4net - Dev mailing list archive at Nabble.com.

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

2012-10-03 Thread Dominik Psenner (JIRA)
n the dev mailing list: log4net-dev@logging.apache.org > Object Reference issue in changing the Log file name dynamically in threads > --- > > Key: LOG4NET-357 >

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

2012-10-02 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