Good job, Ron. How can I get log4net with this update? Download page offers log4net 1.2.10 only, no updates available. Are there plans to release newer version? Radovan
________________________________ From: Ron Grabowski [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 3:40 AM To: Log4NET User Subject: Re: AW: log4net configuration withtou Xml file I added an overload to BasicConfigurator that accepts more than one appender so you don't have to cast down to the Hierarchy and understand what's going on at that level: https://issues.apache.org/jira/browse/LOG4NET-153 ----- Original Message ---- From: Knittel Bruno <[EMAIL PROTECTED]> To: Log4NET User <log4net-user@logging.apache.org> Sent: Tuesday, May 6, 2008 3:38:15 AM Subject: AW: log4net configuration withtou Xml file Hi Everyone, I finally managed to configure log4net through the code, even using multiple appenders. Was not so hard, I just took a look at how the BasicConfigurator, XmlConfigurator and the units tests were written. Follows the piece of code I just ran. It creates a ConsoleAppender as well as a FileAppender. Hope it can help someone. Regards, Bruno