ceki 01/04/12 17:13:49
Modified: src/java/org/apache/log4j/test .cvsignore
Added: docs TODO
Log:
Added the TODO file under CVS control.
Revision Changes Path
1.1 jakarta-log4j/docs/TODO
Index: TODO
===================================================================
TODO
- Add a properties file option to log4j:configure in XML.
- Really quiet mode for LogLog.
- Deprecate configure element in DTD.
- Add priority#priorityClass to Configurators
- Support for duplicate appender suppression in configurators.
- Clean up the association of renderers and hierarchies
- log4j: namespace in DTD
- Mapped Diagnostic Contexts
- FailOverAppender
- Graceful congiguration merging
- Integrate tons of GUI code.
- JDBCAppender.
- Time based rolling.
- SSL logging.
- Authenticated logging.
ONGOING TASKS
- Better test suite.
- Better documentation.
DONE
- Allow the raw message object to be seen by Appenders and Layouts.
- Complete multiple hierachy support.
- JMSAppender.
- SMTPAppender.
- Automatic configuration file reloading.
- AsyncAppender.
- Written a short user manual.
- Added XMLLayout.
- In DOMConfigurator added support for sub-classes of Category
implementing OptionHandler interface.
- Added support for Filters and ErrorHandlers.
- Added support for multiple hierarchy trees.
- Added support for sub-classing of Category.
- Socket logging.
- Integration with NT event logging.
- File name option form environment.
- com.ibm.log4j to org.log4j package renaming.
- DOMConfigurator.
- PatternLayout replaces TTCCLayout and SimpleLayout.
- TTCCLayout customizable with any DateFormat.
- Better control over NDC stack.
- Act as UNIX syslog client.
- Make Priority intances flyweights.
- ILog.init methods with Layout argument, with Appender argument.
- Contexts a la Logging Pattern of N. Harrison.
- Improve catBag lookup speed with wrapper classes.
- Truncate functionality.
- ILog facade to LogCreationManager.getSingleton()
- JAR file
- New syntactic sugars to log objects and not strings.
- Exception --> Throwable
1.2 +2 -1 jakarta-log4j/src/java/org/apache/log4j/test/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 2001/03/21 21:34:22 1.1
+++ .cvsignore 2001/04/13 00:13:49 1.2
@@ -1,4 +1,5 @@
test*
current.reg*
logging.lcf
-socket.lcf
\ No newline at end of file
+socket.lcf
+temp*
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]