You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2001/01/11 22:29:05 UTC

cvs commit: jakarta-log4j/doc HISTORY

ceki        01/01/11 13:29:05

  Modified:    doc      HISTORY
  Log:
  Fixed a bug in the HISTORY file. No new release on that account! :-)
  
  Revision  Changes    Path
  1.4       +5 -3      jakarta-log4j/doc/HISTORY
  
  Index: HISTORY
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/doc/HISTORY,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HISTORY	2001/01/11 20:15:58	1.3
  +++ HISTORY	2001/01/11 21:29:02	1.4
  @@ -88,12 +88,14 @@
      an object renderer for a given object type. When the given object
      needs to be logged log4j will invoke the corresponding renderer to
      transform the object into a String.
  - 
  +
      As a result of this enhancement, all the String forms of all the
      printing methods such as debug(String), info(String) have been
      removed as they are no longer necessary. This change should be
  -   perfectly backward compatible. [*]
  -
  +   backward compatible but requires recompilation of old client
  +   code. Thanks to Michael Smith for noting the recompilation
  +   requirement. [**]
  + 
    - Added support for user defined category factories in the
      PropertyConfigurator. Thus, it is now possible to configure log4j
      with a properties file and still use custem Category