ceki        2004/11/09 03:38:23

  Modified:    docs     HISTORY
  Log:
  - Added blurb about the Appender.requiresLayout method no longer being needed.
  
  Revision  Changes    Path
  1.119     +10 -0     logging-log4j/docs/HISTORY
  
  Index: HISTORY
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/HISTORY,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- HISTORY   2 Nov 2004 19:37:19 -0000       1.118
  +++ HISTORY   9 Nov 2004 11:38:23 -0000       1.119
  @@ -8,6 +8,16 @@
      [D] Changes affect a method or property which was previously marked as 
          deprecated.
   
  +
  + - The Appender.requiresLayout() method is no longer needed.
  +
  +   This method was only used by PropertConfigrurator and not
  +   DOMConfigurator nor JoranConfigurator. It was never strictly necessary
  +   and case the layout is *optional* for a given appender type, it causes
  +   unwarranted error messages.
  +
  +   This simplification will make it slightly easier to write appenders.
  +
    - Added new printing methods message supporiting pattern parsing. These new 
forms 
      avoid superflous parameter construction and yield a significant 
performance 
      increase in case the log statement is disabled. [*]
  
  
  

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

Reply via email to