You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/07/09 13:18:39 UTC

cvs commit: jakarta-avalon-excalibur/logger/src/xdocs index.xml

mcconnell    2002/07/09 04:18:39

  Modified:    logger/src/java/org/apache/avalon/excalibur/logger
                        LogKitLoggerManager.java
               logger/src/xdocs index.xml
  Log:
  doc corrections/improvements
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/LogKitLoggerManager.java
  
  Index: LogKitLoggerManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/src/java/org/apache/avalon/excalibur/logger/LogKitLoggerManager.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LogKitLoggerManager.java	22 May 2002 13:05:19 -0000	1.2
  +++ LogKitLoggerManager.java	9 Jul 2002 11:18:38 -0000	1.3
  @@ -132,7 +132,7 @@
       }
   
       /**
  -     * Reads a context object.
  +     * Reads a context object that will be supplied to the log target factory manager.
        *
        * @param context The context object.
        * @throws ContextException if the context is malformed
  
  
  
  1.5       +2 -2      jakarta-avalon-excalibur/logger/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/src/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	5 Apr 2002 08:21:05 -0000	1.4
  +++ index.xml	9 Jul 2002 11:18:39 -0000	1.5
  @@ -47,7 +47,7 @@
               <targets>
                 <file id="root">
                   <filename>lolo/${current-dir}/lala/${foo}/logs/main.log</filename>
  -                <format type="exteded">
  +                <format type="extended">
                     %7.7{priority} %5.5{time}   [%8.8{category}] (%{context}): %{message}\n%{throwable}
                   </format>
                   <append>true</append>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>