psmith      2004/10/18 15:24:58

  Modified:    docs     HISTORY
  Log:
  Added blurb about the ListAppender & ListModelAppender.
  
  Note:  I am assuming this is 100% backward compatible.  Can't see why it wouldn't be.
  
  Revision  Changes    Path
  1.116     +5 -0      logging-log4j/docs/HISTORY
  
  Index: HISTORY
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/HISTORY,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- HISTORY   30 Sep 2004 09:03:48 -0000      1.115
  +++ HISTORY   18 Oct 2004 22:24:58 -0000      1.116
  @@ -8,6 +8,11 @@
      [D] Changes affect a method or property which was previously marked as 
          deprecated.
    
  + - Added new ListAppender & ListModelAppender classes to the org.apache.log4j.varia 
package.  
  +   These are rather simplistic Appender implementations that store LoggingEvents in
  +   an internal buffer (java.util.List and a DefaultListModel respectively) which 
can 
  +   be useful in certain applications (such as a Swing GUI app etc). [*]
  +   
    - org.apache.log4j.HTMLLayout has been replaced with 
org.apache.log4j.html.HTMLLayout.
      The new HTMLLayout admits a conversion pattern using the same syntax as
      PatternLayout. Thus, the user can customize the content of columns in the HTML 
table
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to