RE: Question on SDK Classes

2004-05-26 Thread Nicko Cadell
ytime soon > unless a bunch of people have a lot of free time. > > -Chad > > -Original Message- > From: Nicko Cadell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 26, 2004 11:55 AM > To: 'Log4NET User' > Subject: RE: Question on SDK Classes > >

RE: Question on SDK Classes

2004-05-26 Thread Chad Myers
2 or perhaps a .5 release. It's not going to change anytime soon unless a bunch of people have a lot of free time. -Chad -Original Message- From: Nicko Cadell [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 11:55 AM To: 'Log4NET User' Subject: RE: Question on SD

RE: Question on SDK Classes

2004-05-26 Thread Nicko Cadell
> The most frustrating part of this is that log4net ALMOST has > the ability to be programmatically configured. It's about 75% > the way there, but there are a few key things you cannot do > programmatically and so you have to give up and do the > file-mangling hack. > > > > -Chad I hear y

RE: Question on SDK Classes - Changing log4net programmatically at runtime

2004-05-25 Thread Charles Harris
connectionAppender.RemoveAppender( rollingFileAppender ); // set to null this.rollingFileAppender = null; } } -Original Message- From: David Elliott [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 11:19 AM To: [email protected] Subject: Question on S

RE: Question on SDK Classes

2004-05-25 Thread Chad Myers
and do the file-mangling hack. -Chad -Original Message- From: David Elliott [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 9:19 AM To: [email protected] Subject: Question on SDK Classes I like taking programs apart in order to understand how they work. There aren

Question on SDK Classes

2004-05-25 Thread David Elliott
I like taking programs apart in order to understand how they work. There aren't alot of examples for me to disect, so I must ask some of these questions. If anyone has more advanced demos they would care to share, I would appreciate it. I have Looked through the SDK and have traversed the ILog