You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/22 03:20:26 UTC

cvs commit: avalon/logging/site/xdocs/impl/logkit multicast.xml

niclas      2004/02/21 18:20:26

  Modified:    logging/api/src/java/org/apache/avalon/logging/provider
                        package.html
               logging/logkit/api/src/java/org/apache/avalon/logging/logkit
                        package.html
               logging/logkit/impl/src/java/org/apache/avalon/logging/logkit
                        package.html
               logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/factory
                        package.html
               logging/site/xdocs/impl/logkit multicast.xml
  Log:
  Fixed spelling mistakes reported by David Gray.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon/logging/api/src/java/org/apache/avalon/logging/provider/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon/logging/api/src/java/org/apache/avalon/logging/provider/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	4 Feb 2004 20:48:55 -0000	1.1
  +++ package.html	22 Feb 2004 02:20:26 -0000	1.2
  @@ -1,7 +1,7 @@
   <body>
   <p>The <code>provider</code> package contains the
   {@link org.apache.avalon.logging.provider.LoggingManager} which
  -is an interface to the initial logging mananagement system that leverages mata information
  +is an interface to the initial logging management system that leverages mata information
   about logging targets and catagories.
   </p>
   </body>
  
  
  
  1.2       +4 -1      avalon/logging/logkit/api/src/java/org/apache/avalon/logging/logkit/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/api/src/java/org/apache/avalon/logging/logkit/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	4 Feb 2004 20:48:57 -0000	1.1
  +++ package.html	22 Feb 2004 02:20:26 -0000	1.2
  @@ -1,3 +1,6 @@
   <body>
  -<p>The <code>logkit/api</code> package contains a set of interfaces against which plugable logging targets can be introduced into the logkit strategy.</p>
  + <p>
  +  The <code>logkit/api</code> package contains a set of interfaces against 
  +  which plugable logging targets can be introduced into the logkit strategy.
  + </p>
   </body>
  
  
  
  1.2       +1 -1      avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	4 Feb 2004 20:49:08 -0000	1.1
  +++ package.html	22 Feb 2004 02:20:26 -0000	1.2
  @@ -1,6 +1,6 @@
   <body>
   <p>The <code>logkit/impl</code> package contains the
   {@link org.apache.avalon.logging.logkit.DefaultLoggingManager} which
  -is an initial bootstrap logging mananager that uses mata information
  +is an initial bootstrap logging manager that uses meta information
   about logging targets and catagories.</p>
   </body>
  
  
  
  1.2       +6 -1      avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/factory/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/avalon/logging/logkit/impl/src/java/org/apache/avalon/logging/logkit/factory/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	4 Feb 2004 20:49:09 -0000	1.1
  +++ package.html	22 Feb 2004 02:20:26 -0000	1.2
  @@ -1,3 +1,8 @@
   <body>
  -<p>The <code>factory</code> package contains a set of standard logging targets including a rotating file log target, a serial target (suitable for console logging), and a multicast target used for redirecting log event to multiple targets.</p>
  + <p>
  +  The <code>factory</code> package contains a set of standard logging targets 
  +  including a rotating file log target, a serial target (suitable for console 
  +  logging), and a multicast target used for redirecting log event to multiple 
  +  targets.
  + </p>
   </body>
  
  
  
  1.2       +3 -3      avalon/logging/site/xdocs/impl/logkit/multicast.xml
  
  Index: multicast.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/site/xdocs/impl/logkit/multicast.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- multicast.xml	21 Feb 2004 15:20:20 -0000	1.1
  +++ multicast.xml	22 Feb 2004 02:20:26 -0000	1.2
  @@ -30,9 +30,9 @@
             of a logging event to one or more log targets. This target is 
             typically used in conjuction with different filters to control
             and qualify the information presented to different targets.  
  -          For example, an application my configure a console target with 
  +          For example, an application may configure a console target with 
             summary warning and error reports to console, and a detailed 
  -          error logg with full stack trace to a rotating file target.
  +          error log with full stack trace to a rotating file target.
             The multiplex target enabled the declaration of a single logical
             target and the subsequent formatting and generation of log message
             appropriate for the relative targets.
  @@ -59,7 +59,7 @@
             <tr>
               <td>targetref</td>
               <td>A reference to an existing log target.  The element contains an
  -            id attribute whos value is the id of an existing logging target. Log
  +            id attribute whose value is the id of an existing logging target. Log
               events directed to the multiplex target will be redirected to the logging
               target identified by the taargetref id attribute value.  Multiple
               targetref elements may be contained within a multicast element.</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org