Title: RE: Multithreading and using FileAppender
I am so stupid! I forgot to call t.Start(). Your suggestion to call t.Join() made that clear to me. It's working perfectly now.
I am so sorry for wasting your time like this.
Erik
-Original Message-
From: Nicko Cadell [m
er'
> Subject: RE: Multithreading and using FileAppender
>
> Nicko,
>
> I enabled internal debug, then ran the code twice. Once using
> a direct call to c.Loop() in my Main (so I simply replaced
> 'Thread t = new Thread( new ThreadStart( c.Loop ));' with
> 'c.Lo
Title: RE: Multithreading and using FileAppender
Nicko,
I enabled internal debug, then ran the code twice. Once using a direct call to c.Loop() in my Main (so I simply replaced 'Thread t = new Thread( new ThreadStart( c.Loop ));' with 'c.Loop()', then again using the
Eric,
If you enable internal debug you should get more details on what log4net
is trying to do.
http://logging.apache.org/log4net/release/manual/faq.html#internalDebug
How have you configured log4net? Using the assembly attribute or by
calling the Configure method directly?
Also can you try loggi