Yes, I'll release the source code to the community if I write the appender.
Dag -----Original Message----- From: Chad Myers [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 6:06 AM To: Log4NET User Subject: RE: Log4net in production environments (was: Independent FileAppenders) Indeed I too have written a proxy for just the same reason as well as to add some features (such as string formatting for log messages which was purposely excluded from log4net, which is why I didn't add it to the base implementation). I'd be interested on hearing about your syslog adventure. Do you plan on releasing the source of that to the community? Thanks, Chad -----Original Message----- From: Dag Christensen [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 3:05 AM To: Log4NET User Subject: Log4net in production environments (was: Independent FileAppenders) Regarding 1.2.0 still being in beta: We've been using 1.2.0 beta 8 on two servers since it was released almost a year ago, and it's been running in production on appx 500 computers since September. By the end of this year it should be running on ~10.000 computers and 500 servers in a point of sale solution. We are primarily using RollingFileAppender and ConsoleAppender with PatternLayout. With "verbose" logging enabled (logs more than debug), the servers can log several megabytes every minute and we have no problems with stability. AdoNetAppender is currently in test (looking good btw) for use on the servers, and we might derive a SyslogAppender from UdpAppender (log to a Unix syslog daemon) since one of our customers might demand it later this year. We are also considering encrypting, signing or at least placing a validation checksum in the configuration file to prevent tampering. As I mentioned in another post, we're not calling log4net directly, instead I wrote a proxy that allows us to quickly swap out log4net if we encounter any problems. Dag -----Original Message----- From: Ronnie Hayden [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 6:09 AM To: [email protected] Subject: RE: Independent FileAppenders The problem was that I was using version 1.1.1. You are using version 1.2.0 Beta 8. Does anyone know when a non-beta version of 1.2.0 will be available. My code needs to go into production early July, so if a final release will be made available by then, I can use the Beta version till then, otherwise I'll have to figure out something else. Thanks, Ron. PS. Chad, Dag, thank you very much for all your time and effort. [snip]
