Author: nicko Date: Fri Apr 27 03:11:30 2007 New Revision: 533048 URL: http://svn.apache.org/viewvc?view=rev&rev=533048 Log: Fixed typo in features.html and broken link in faq.html.
Modified: logging/log4net/trunk/doc/release/faq.html logging/log4net/trunk/doc/release/features.html logging/log4net/trunk/xdocs/src/release/faq.xml logging/log4net/trunk/xdocs/src/release/features.xml Modified: logging/log4net/trunk/doc/release/faq.html URL: http://svn.apache.org/viewvc/logging/log4net/trunk/doc/release/faq.html?view=diff&rev=533048&r1=533047&r2=533048 ============================================================================== --- logging/log4net/trunk/doc/release/faq.html (original) +++ logging/log4net/trunk/doc/release/faq.html Fri Apr 27 03:11:30 2007 @@ -282,7 +282,7 @@ </p> <p> Not all frameworks are created equal and some features have been excluded from - some of the builds. See the <a href="../framework-support.html">Framework Support</a> + some of the builds. See the <a href="framework-support.html">Framework Support</a> document for more information. </p> </div> Modified: logging/log4net/trunk/doc/release/features.html URL: http://svn.apache.org/viewvc/logging/log4net/trunk/doc/release/features.html?view=diff&rev=533048&r1=533047&r2=533048 ============================================================================== --- logging/log4net/trunk/doc/release/features.html (original) +++ logging/log4net/trunk/doc/release/features.html Fri Apr 27 03:11:30 2007 @@ -341,13 +341,13 @@ <h2><a id="context"></a>Logging Context</h2> <div class="i1"> <p> - log4net can collect logging context data in a way that is transparent + log4net can be used to collect logging context data in a way that is transparent to the developer at the point of logging. The GlobalContext and the - ThreadContext allow the application to capture contextual data and for it - to be attached to logging messages. For instance, in a web service, - once the caller is authenticated the username of the caller is can be - stored in a ThreadContext property. This property is then automatically - logged as part of each logging message. + ThreadContext allow the application to store contextual data that is + attached to logging messages. For instance, in a web service, + once the caller is authenticated the username of the caller could be + stored in a ThreadContext property. This property would then be automatically + logged as part of each subsequent logging message made from the same thread. </p> </div> <h2><a id="history"></a>Proven architecture</h2> Modified: logging/log4net/trunk/xdocs/src/release/faq.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/faq.xml?view=diff&rev=533048&r1=533047&r2=533048 ============================================================================== --- logging/log4net/trunk/xdocs/src/release/faq.xml (original) +++ logging/log4net/trunk/xdocs/src/release/faq.xml Fri Apr 27 03:11:30 2007 @@ -92,7 +92,7 @@ </p> <p> Not all frameworks are created equal and some features have been excluded from - some of the builds. See the <a href="../framework-support.html">Framework Support</a> + some of the builds. See the <a href="framework-support.html">Framework Support</a> document for more information. </p> </section> Modified: logging/log4net/trunk/xdocs/src/release/features.xml URL: http://svn.apache.org/viewvc/logging/log4net/trunk/xdocs/src/release/features.xml?view=diff&rev=533048&r1=533047&r2=533048 ============================================================================== --- logging/log4net/trunk/xdocs/src/release/features.xml (original) +++ logging/log4net/trunk/xdocs/src/release/features.xml Fri Apr 27 03:11:30 2007 @@ -261,13 +261,13 @@ <section id="context" name="Logging Context"> <p> - log4net can collect logging context data in a way that is transparent + log4net can be used to collect logging context data in a way that is transparent to the developer at the point of logging. The GlobalContext and the - ThreadContext allow the application to capture contextual data and for it - to be attached to logging messages. For instance, in a web service, - once the caller is authenticated the username of the caller is can be - stored in a ThreadContext property. This property is then automatically - logged as part of each logging message. + ThreadContext allow the application to store contextual data that is + attached to logging messages. For instance, in a web service, + once the caller is authenticated the username of the caller could be + stored in a ThreadContext property. This property would then be automatically + logged as part of each subsequent logging message made from the same thread. </p> </section>