Dru, If you have a distributed application you an either choose to use log4net locally in each process or to remote a reference to the original logger and have the logging occur in the originating process.
If you want to remote an ILog instance you will need to create a wrapper object that extends the MarshalByRefObject base type. You can either roll your own implementation or write a log4net extension like the EventID extension in the log4net download at extensions\net\1.0\log4net.Ext.EventID\cs\src Cheers, Nicko > -----Original Message----- > From: Dru Sellers [mailto:[EMAIL PROTECTED] > Sent: 09 December 2004 07:45 > To: 'Log4NET User' > Subject: log4net Serialization > > Is there anyway I can use log4net in an application that > requires serialization? > > I have seen people with issues in the past, and I don't > really want to serialize the whole Object Graph but are there > any good ideas out there? > > Dru > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.805 / Virus Database: 547 - Release Date: 12/3/2004 > > >
