rsitze      02/02/22 11:48:26

  Modified:    java/docs developers-guide.html
  Log:
  Clarification on logging and i18n
  
  Revision  Changes    Path
  1.10      +12 -6     xml-axis/java/docs/developers-guide.html
  
  Index: developers-guide.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/developers-guide.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- developers-guide.html     22 Feb 2002 18:12:39 -0000      1.9
  +++ developers-guide.html     22 Feb 2002 19:48:26 -0000      1.10
  @@ -186,26 +186,32 @@
   The following guidelines are suggested:
   <ul>
   <li>fatal - Severe errors that cause the AXIS server to terminate prematurely.
  -Expect these to be immediately visible on a console.</li>
  +Expect these to be immediately visible on a console,
  +and MUST be internationalized.</li>
   <br>&nbsp;
   <li>error - Other runtime errors or unexpected conditions.
  -Expect these to be immediately visible on a console.</li>
  +Expect these to be immediately visible on a console,
  +and MUST be internationalized.</li>
   <br>&nbsp;
   <li>warn - Use of deprecated APIs, poor use of API, Almost errors, other
   runtime situations that are undesirable or unexpected, but not
   necessarily "wrong".
  -Expect these to be immediately visible on a console.</li>
  +Expect these to be immediately visible on a console,
  +and MUST be internationalized.</li>
   <br>&nbsp;
   <li>info -
   Interesting runtime events (startup/shutdown).
   Expect these to be immediately visible on a console,
  -so be conservative and keep to a minimum.</li>
  +so be conservative and keep to a minimum.
  +These MUST be internationalized.</li>
   <br>&nbsp;
   <li>debug - detailed information on flow of through the system.
  -Expect these to be written to logs only.</li>
  +Expect these to be written to logs only.
  +These NEED NOT be internationalized, but it never hurts...</li>
   <br>&nbsp;
   <li>trace - more detailed information.
  -Expect these to be written to logs only.</li>
  +Expect these to be written to logs only.
  +These NEED NOT be internationalized, but it never hurts...</li>
   </ul>
   
   <h3><a NAME="Configuring the Logger">Configuring the Logger</a></h3>
  
  
  


Reply via email to