Title: Strange behaviour
Download DebugView from www.sysinternals.com, it will show you
the trace messages that are output while log4net is starting up. When I have
had problems with no logging, that usually tells me enough information to know
why.
Cort
From: David Anderson
Have you tried using DbgView.exe from sysinternals.com to see what log4net
is outputting through the DebugPrint API? This is always been the way that
I have resolved issues like this in the past. I don't use Oracle on any of
my .Net projects, so I can't comment about that specifically.
Cort
---