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]

Reply via email to