craigmcc    02/02/20 14:54:54

  Added:       docs     logging.html
  Log:
  Grrr ... it's not good enough to just add the XML file, you have to add
  the HTML too ...
  
  Revision  Changes    Path
  1.1                  jakarta-commons/docs/logging.html
  
  Index: logging.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  
  <!-- Content Stylesheet for Site -->
  
          
  <!-- start the processing -->
      <!-- ====================================================================== -->
      <!-- Main Page Section -->
      <!-- ====================================================================== -->
      <html>
          <head>
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  
                                                      <meta name="author" 
value="Commons Documentation Team">
              <meta name="email" value="[EMAIL PROTECTED]">
              
             
                                      
              <title>Commons - Commons</title>
          </head>
  
          <body bgcolor="#ffffff" text="#000000" link="#525D76">        
              <table border="0" width="100%" cellspacing="0">
                  <!-- TOP IMAGE -->
                  <tr>
                      <td align="left">
  <a href="http://jakarta.apache.org";><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif"; border="0"/></a>
  </td>
  <td align="right">
  <a href="http://jakarta.apache.org/commons/";><img src="./images/logo.jpg" 
alt="Commons" border="0"/></a>
  </td>
                  </tr>
              </table>
              <table border="0" width="100%" cellspacing="4">
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  
                  <tr>
                      <!-- LEFT SIDE NAVIGATION -->
                      <td width="20%" valign="top" nowrap="true">
                                  <p><strong>Home</strong></p>
          <ul>
                      <li>    <a href="./index.html">Jakarta Commons</a>
  </li>
                  </ul>
              <p><strong>About Us</strong></p>
          <ul>
                      <li>    <a href="./contributors.html">Contributors</a>
  </li>
                      <li>    <a href="./license.html">License</a>
  </li>
                  </ul>
              <p><strong>Download</strong></p>
          <ul>
                      <li>    <a 
href="http://jakarta.apache.org/builds/jakarta-commons/release";>Release</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/builds/jakarta-commons/nightly";>Nightly</a>
  </li>
                  </ul>
              <p><strong>Information</strong></p>
          <ul>
                      <li>    <a href="./index.html">Overview</a>
  </li>
                      <li>    <a href="./components.html">Components</a>
  </li>
                  </ul>
              <p><strong>Components Repository</strong></p>
          <ul>
                      <li>    <a href="./beanutils.html">BeanUtils</a>
  </li>
                      <li>    <a href="./cactus/index.html">Cactus</a>
  </li>
                      <li>    <a href="./collections.html">Collections</a>
  </li>
                      <li>    <a href="./digester.html">Digester</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/";>DBCP</a>
  </li>
                      <li>    <a href="./httpclient">HTTP Client</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/jxpath/";>JXPath</a>
  </li>
                      <li>    <a href="./latka/index.html">Latka</a>
  </li>
                      <li>    <a href="./logging.html">Logging</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/pool/";>Pool</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/logging/";>Logging</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons/validator/";>Validator</a>
  </li>
                  </ul>
              <p><strong>Sandbox Components</strong></p>
          <ul>
                      <li>    <a href="./betwixt.html">Betwixt</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/";>Jelly</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/";>JJar</a>
  </li>
                      <li>    <a href="./messenger.html">Messenger</a>
  </li>
                      <li>    <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/";>Workflow</a>
  </li>
                  </ul>
              <p><strong>Jakarta Community</strong></p>
          <ul>
                      <li>    <a 
href="http://jakarta.apache.org/site/getinvolved.html";>Get Involved</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/mail.html";>Mailing Lists</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/cvsindex.html";>CVS Repositories</a>
  </li>
                  </ul>
              <p><strong>Project Docs</strong></p>
          <ul>
                      <li>    <a href="./charter.html">Charter</a>
  </li>
                      <li>    <a href="./releases.html">Releases</a>
  </li>
                      <li>    <a href="./versioning.html">Versioning</a>
  </li>
                  </ul>
                          </td>
                      <td width="80%" align="left" valign="top">
                                                                      <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <a name="The Logging Component"><strong>The Logging Component</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <p>There is a great need for debugging and 
logging information inside of
  Commons components such as HTTPClient and DBCP.  However, there are many
  logging APIs out there and it is difficult to choose among them.</p>
                                                  <p>The Logging package is an 
ultra-thin bridge between different logging
  libraries.  Commons components may use the Logging API to remove
  compile-time and run-time dependencies on any particular logging package,
  and contributors may write Log implementations for the library of
  their choice.</p>
                              </blockquote>
          </p>
        </td></tr>
        <tr><td><br/></td></tr>
      </table>
                                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <a name="Documentation"><strong>Documentation</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <p>The <a 
href="http://jakarta.apache.org/commons/logging/api/index.html";>
  JavaDoc API documents</a> are available online.  In particular, you should
  read the package overview of the <code>org.apache.commons.log</code>
  package.</p>
                              </blockquote>
          </p>
        </td></tr>
        <tr><td><br/></td></tr>
      </table>
                                                  <table border="0" cellspacing="0" 
cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <a name="Releases"><strong>Releases</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <ul>
  <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/";>Version
 1.0</a></li>
  </ul>
                              </blockquote>
          </p>
        </td></tr>
        <tr><td><br/></td></tr>
      </table>
                                          </td>
                  </tr>
  
                  <!-- FOOTER -->
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  <tr><td colspan="2">
                      <div align="center"><font color="#525D76" size="-1"><em>
                      Copyright &#169; 1999-2002, Apache Software Foundation
                      </em></font></div>
                  </td></tr>
              </table>
          </body>
      </html>
  <!-- end the processing -->
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

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

Reply via email to