Hi Dag, thanks for your reply; I'm monitoring System.Threading.Thread threads through the debugger. Running the sample I posted before in step by step debug shows that a new thread is created on the first attempt to call GetLogger.
As I don't start any thread in the sample, it's either some internal .Net thread or a log4net created thread (in the sample I didn't configure any kind of appenders, RemotingAppender other, in the config file). I'm just starting to name threads so I don't know if internal .Net threads are supposed to show up in the debugger. But if you confirm that apart the RemotingAppender there's not use of threads in log4net, I guess it must be something internal then... cheers Thibaut
