On 2011-10-13, Steve Gross wrote:

> 1. Created an App.config file with contents like so:

> 2. Verified that the file I created is being loaded in like so:

> 3. However, it looks like no appenders are actually loaded! When I run:

This is to be expected.  The config section alone is not enough to
configure log4net, you still need to manually invoke Configure().

See the second paragraph in
<http://logging.apache.org/log4net/release/manual/configuration.html#dot-config>

Stefan

Reply via email to