Re: Log File Naming Problem

2008-01-23 Thread Ron Grabowski
ROTECTED]> To: Log4NET User Sent: Tuesday, January 22, 2008 6:06:35 PM Subject: Re: Log File Naming Problem Ron, On your suggestion, I went ahead and created a new MutexLock locking model within the FileAppender. I made it so the OpenFile() method opens the file in a shared write mode, and then I

Re: Log File Naming Problem

2008-01-23 Thread Steve Wranovsky
ither library. > > - Original Message > From: Steve Wranovsky <[EMAIL PROTECTED]> > To: Log4NET User > Sent: Tuesday, January 22, 2008 10:19:48 PM > Subject: Re: Log File Naming Problem > > > Sorry for all the questions, but I had one more. We're also usi

Re: Log File Naming Problem

2008-01-22 Thread Ron Grabowski
--- Original Message From: Steve Wranovsky <[EMAIL PROTECTED]> To: Log4NET User Sent: Tuesday, January 22, 2008 10:19:48 PM Subject: Re: Log File Naming Problem Sorry for all the questions, but I had one more. We're also using NHibernate 1.2 in one of our apps. It's compiled

Re: Log File Naming Problem

2008-01-22 Thread Steve Wranovsky
Sorry for all the questions, but I had one more. We're also using NHibernate 1.2 in one of our apps. It's compiled against log4net 1.2.10. I attempted to recompile 1.2.10 w/ my changes, but because of strong naming, the precompiled NHibernate will not use this new version of the log4net.dll. Is

Re: Log File Naming Problem

2008-01-22 Thread Steve Wranovsky
not done a lot with plugins and app domains but I think making the host > responsible for receiving/recording log messages from the plugins seems like > a more managable solution. You don't want a plugin to mess up the log file > for the host. > > - Original Message &g

Re: Log File Naming Problem

2008-01-21 Thread Ron Grabowski
receiving/recording log messages from the plugins seems like a more managable solution. You don't want a plugin to mess up the log file for the host. - Original Message From: Steve Wranovsky <[EMAIL PROTECTED]> To: Log4NET User Sent: Monday, January 21, 2008 11:08:40 AM Subje

Re: Log File Naming Problem

2008-01-21 Thread Steve Wranovsky
munications. Is > your code similiar to the sample code in the blog post? > > If you don't mind me asking, what is the use case for having to create new > app domains in addition to the new threads? > > > - Original Message > From: Steve Wranovsky <[EMAIL

Re: Log File Naming Problem

2008-01-20 Thread Ron Grabowski
sday, January 17, 2008 11:10:29 AM Subject: Log File Naming Problem Hello, I have a multi-threaded application using log4net 1.2.10 for logging. There are a couple of points when the application runs where there are a large number of logs occurring simultaneously from multiple threads (that happen to

Log File Naming Problem

2008-01-17 Thread Steve Wranovsky
Hello, I have a multi-threaded application using log4net 1.2.10 for logging. There are a couple of points when the application runs where there are a large number of logs occurring simultaneously from multiple threads (that happen to be in different App Domains). On occasion, I will end up with t