Re: Stability of log4net

2005-02-17 Thread Eric Means
We're using log4net (the DLL version is 1.2.1.40796) in systems that require 24x7 reliability and haven't had any problems at all with either the RollingFileAppender or the TraceAppender on either single- or multi-processor servers (Windows 2003). I've got no qualms about using it in production, m

RE: Stability of log4net

2005-02-17 Thread Dag Christensen
We have been using log4net in production since Summer 2002, and have experienced no problems (even on SMP servers). We're using 1.2.0 beta 8 now. Appenders we use are RollingFileAppender and ConsoleAppender (with PatternLayout). Regards, Dag Christensen Vestfold Butikkdata AS -Original Messa

Re: Stability of log4net

2005-02-17 Thread Sebastian Andersson
On Thu, Feb 17, 2005 at 11:19:18AM -, Steve Slatcher wrote: > I am currently evaluating log4net for use in a new project. I am already > familiar with log4j so feel pretty comforatble with the feature set. The > only concern is that log4net is no longer being maintained, and that there > a

Re: Stability of log4net

2005-02-17 Thread Steve Slatcher
Barry Burton wrote: log4net-1.2.0-beta8 BTW- Don't let the "beta" tag fool you. It's been a while since I used log4j, but isn't it classified as beta also? I think this is just an attribute of open source projects as they are never really finished; someone is ALWAYS adding a new feature... :-) Ho

Re: Stability of log4net

2005-02-17 Thread Barry Burton
log4net-1.2.0-beta8 BTW- Don't let the "beta" tag fool you. It's been a while since I used log4j, but isn't it classified as beta also? I think this is just an attribute of open source projects as they are never really finished; someone is ALWAYS adding a new feature... :-) Barry --- Steve Sla

Re: Stability of log4net

2005-02-17 Thread Steve Slatcher
Barry Burton wrote: We have been using log4net for almost a year now without any issues. Most of the problems you see are the result of invalid configurations, not log4net itself. I am just one voice, but I would have no problem recommending log4net for production code. Thanks Barry. May I ask w

Re: Stability of log4net

2005-02-17 Thread Barry Burton
Steve - We have been using log4net for almost a year now without any issues. Most of the problems you see are the result of invalid configurations, not log4net itself. I am just one voice, but I would have no problem recommending log4net for production code. Barry Burton Senior Engineer UAG -