>From the faq.html page:
"
Internal debugging messages are written to the console and to the
System.Diagnostics.Trace system.
"
A simple way to redirect messages sent to System.Diagnostics.Trace is
to define a trace listener in the web.config:
<system.diagnostics>
<trace autoflush="true">
<listeners>
<add name="textWriterTraceListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\\inetpub\\wwwroot\\log4net.txt" />
</listeners>
</trace>
</system.diagnostics>
I agree that if switching log levels works correctly for one appender,
it should work for the other appenders as well.
--- Jason Goldsmith <[EMAIL PROTECTED]> wrote:
> Ok, I've attempted to enable internal debugging to no avail. I just
> don't understand Why switching from one log level to another works
> when
> I have root as FileAppender, but doesn't work when root is set to
> ADONetAppender. Any thoughts?
>
> If any of my code is necessary, please let me know. I have, however,
> provided snippets (in my first email to the group) of my web.config,
> log4net.config, global.asax.cs, AssemblyInfo.cs.
>
> Thanks again,
>
>
> Jason Goldsmith
> Solution Stream
> 1510 N.Elms Road
> Flint MI, 48532
> Phone: 810.600.3913