log4j 1.2rc1 now available

2002-04-16 Thread Ceki Gülcü
Hi everyone, In addition to many performance improvements, bug fixes, and other small enhancements, log4j 1.2 adds JMX support, Mapped Diagnostic Contexts, JDBC logging, graphical log viewer (chainsaw), and buffered IO capability. One important change is the replacement of the Category class wit

RE: fail over

2002-04-16 Thread Jim Moore
You'll get a better response by posting this to the appropriate list (namely [EMAIL PROTECTED]). This list is for communication between the developers of Log4j. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 9:59 AM To: [EMAIL PROTEC

fail over

2002-04-16 Thread llu
Hi, there, I an new to Log4j. I need help to find out the best way to handle fail over in log4j. We are working on a critical application within which we use file for logging and database for audit. We can not afford to stop the application if there are errors with file system or database, nor

New build structure

2002-04-16 Thread Ceki Gülcü
Hi All, I have changed the ANT build script to use jar files specified in the build.properties file instead of the CLASSPATH environment variable. The build.properties file depends on local paths and is supplied by the user. There is a build.properties.sample file is included in the distribution