Figured it out. Thanks Google!
The web.config should contain this new line in ConfigSections:
And then the config section below can be added in the web.config...
Everything works fine now. J
From: Yann Luppo
Sent: Wednesday, June 18, 2008 12:44 PM
To: log4net-user@logging.apache.
Hi everyone,
I'm currently testing log4net and I can't seem to be able to make the
remoting part work properly. I am using the example remoting server app
that's provided with the log4net download and I implemented the remoting
client part, mostly extracted from the remoting client example, in
Thanks dude, I think I got it...
Stephanie Giovannini <[EMAIL PROTECTED]>
Subject Rich text box appender
Date Thu, 24 Apr 2008 16:12:24 GMT
That'll be my reading on my way home the lousy sweaty French metro
system :-)
G
From: Rob Prous
Graham,
If you check back in the archives for this list about a month, someone posted
an appender that writes to a RichTextBox. I used it and it works well. It
allows you to colourize your output which is nice for the different log levels.
If you can't find it, let me know and I will repost.
R
Hi,
Could anybody tell me where is the best starting point to integrate
log4net into a winforms application ? I intend to have a UPD appender
configured and have my log information displayed in a textbox. Is a
textbox the best control to go with? How do I attach my log output to
the control I