Multiple logs

2004-12-03 Thread GROSPELIER David
Hi,   I want to generate a log file for every thread in my application. My application is multithread and I want to know which thread does which action. Today, I’ve only one log file but the log entries are mixed and can’t find which thread is concerned…   Any help is appreciated!  

RE: Ilog is not Serializable

2004-11-03 Thread GROSPELIER David
log is not Serializable   This is a requirement for me. I had not used it in my BO code just my UI code. But this is something I and others will need as well. Hopefully this will be a quick fix since this usually only takes  the application of the SerializableAttribute.   Dru   From:

Ilog is not Serializable

2004-11-03 Thread GROSPELIER David
Hi,   I want to use Log4Net component in Biztalk 2004 Server Orchestrations. Biztalk gave me the ability to call .Net components but they must be “Serializable” and ILog is not. I use the 1.2.0.30714 release for .Net framework 1.1.   Thank you for help and sorry for my sad English….