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 2003/04/03 18:07:12 UTC

cvs commit: avalon-sandbox/merlin/merlin-smp/xdocs/meta/info/type loggers.xml logging.xml

mcconnell    2003/04/03 08:07:12

  Added:       merlin/merlin-smp/xdocs/meta/info/type loggers.xml
  Removed:     merlin/merlin-smp/xdocs/meta/info/type logging.xml
  Log:
  Renamed file from logging.xml to loggers.xml.
  
  Revision  Changes    Path
  1.1                  avalon-sandbox/merlin/merlin-smp/xdocs/meta/info/type/loggers.xml
  
  Index: loggers.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
    <properties>
      <author email="mcconnell@apache.org">Stephen McConnell</author>
      <title>Logging Descriptors</title>
    </properties>
  
    <body>
  
      <section name="Logging Descriptor">
  
  <p>
  The org.apache.avalon.meta.info.LoggerDescriptor class describes the set of logging channels that the component requires. The name of each logging channel is relative to the logging channel passed to the component.  For example, a component hosted in a container names aaa/bbb/ccc will be supplied with a logging with a catagory of aaa.bbb.ccc.your-component and the logging categories defined in the meta-info model will be appended to that (using the period as a category delimiter).
  </p>
  
        <subsection name="XML Schema">
  
  <source>
  
    <font color="gray"><i>&lt;!--
    Example of a component meta info external XML form 
    for a logging descriptor within a type. The element 
    contains the information required to construct an 
    instance of org.apache.avalon.meta.info.LoggerDescriptor.  
    It includes information about subsidiary logging categories 
    required by the component type.
    --&gt;</i></font>
  
    &lt;type&gt;
  
      <font color="gray"><i>&lt;!--
      The set of logging catagories the component uses. 
      --&gt;</i></font>
  
      &lt;loggers&gt;
  
        &lt;logger name=&quot;<font color="darkred">store</font>&quot;/&gt;
        &lt;logger name=&quot;<font color="darkred">store.cache</font>&quot;/&gt;
        &lt;logger name=&quot;<font color="darkred">verifier</font>&quot;/&gt;
  
      &lt;/loggers&gt;
  
    &lt;/type&gt;
  
  </source>
  
        </subsection>
  
      </section>
  
    </body>
  
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2003/04/03 16:07:12 $
      </legal>
    </footer>
  
  </document>
  
  
  
  
  

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