Fixed.
Thanks.
Nicko
> -Original Message-
> From: McKenna, Simon (RGH) [mailto:[EMAIL PROTECTED]
> Sent: 25 January 2005 01:48
> To: 'Log4NET User'
> Subject: HEAD build fails
>
> Greetings,
>
> In CVS HEAD, Line 137 of /src/Config/XmlConfiguratorAttribute.cs
> appears to contain malf
Dave,
Out of interest what would happen if the AdoNetAppender could not
connect to the database for some reason, lets say there is a network
connectivity error? Does this change mean that the appender tries to
connect each time a message is logged? Does this lead to a 30 second
blocking timeout fo
Greetings,
In CVS HEAD, Line 137 of /src/Config/XmlConfiguratorAttribute.cs
appears to contain malformed XML, and barfs on a log4net.build.
Specifically, MyExt looks like it should be MyExt
cheers
si
Jason,
You are not alone, this has been a feature request and it has been fixed
in CVS.
Nicko
> -Original Message-
> From: Young, Jason (GE Infrastructure) [mailto:[EMAIL PROTECTED]
> Sent: 21 January 2005 21:58
> To: log4net-user@logging.apache.org
> Subject: FW: Logging Exception Det
> I have created a component to abstract the logging
> functionality of log4net.
> For ease, we'll call this component, 'Foo.dll'.
>
> 'Foo.dll', is used in all applications for logging. A static
> method is called for each logging statement.
>
> I am trying to figure out how to configure th