[slf4j-dev] svn commit: r1080 - slf4j/trunk/slf4j-site/src/site/pages

ceki at slf4j.org ceki at slf4j.org
Mon Jul 28 23:09:18 CEST 2008


Author: ceki
Date: Mon Jul 28 23:09:17 2008
New Revision: 1080

Modified:
   slf4j/trunk/slf4j-site/src/site/pages/extensions.html
   slf4j/trunk/slf4j-site/src/site/pages/news.html

Log:
- doc improvements

Modified: slf4j/trunk/slf4j-site/src/site/pages/extensions.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/extensions.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/extensions.html	Mon Jul 28 23:09:17 2008
@@ -42,7 +42,7 @@
     developer gather performance data. Essentially, a profiler
     consists of one or more stopwatches. Stopwatches are driven
     (started/stopped) by statements in the <em>source code</em>. An
-    example, should make the point clearer.
+    example should make the point clearer.
     </p>
 
     <h2>Basic example</h2>
@@ -211,12 +211,13 @@
   <p> Invoking <code>profiler.print</code> will always print the
   output on the console. If you wish to leave the profiler code in
   production, then you probably need more control over the output
-  destination.
+  destination. This can be accomplished by associating a logger of
+  your choice with a profiler.
   </p>
   
-  <p>To use a logger, you need to associate a logger of your choice
-  with the profiler and then invoke the <code>log()</code> method
-  instead of <code>print()</code>, as the next example illustrates.
+  <p>After you have associated a logger with a profiler, you would
+  invoke the <code>log()</code> method instead of <code>print()</code>
+  previously, as the next example illustrates.
   </p>
 
   <em>Profiler with a logger: <a
@@ -253,7 +254,7 @@
   
   <p>The output generated by this example will depend on the logging
   environment, but should be very similar to the output generated by
-  the previous <code>NestedProfilerDemo</code> example.
+  the previous <code>NestedProfilerDemo</code> example. 
   </p>
 
   <p>The log() method logs at level DEBUG using a marker named

Modified: slf4j/trunk/slf4j-site/src/site/pages/news.html
==============================================================================
--- slf4j/trunk/slf4j-site/src/site/pages/news.html	(original)
+++ slf4j/trunk/slf4j-site/src/site/pages/news.html	Mon Jul 28 23:09:17 2008
@@ -30,6 +30,15 @@
 
   <hr noshade="noshade" size="1"/>
 
+  <h3>XX xth, 2008 - Release of SLF4J 1.5.3</h3>
+
+  <p>Added a new module called slf4j-ext for slf4j-extensions. See <a
+  href="extensions.html">its documentation</a> for further
+  details.</p>
+
+ 
+  <hr noshade="noshade" size="1"/>
+
   <h3>June 8th, 2008 - Release of SLF4J 1.5.2</h3>
 
   <p>Improvements to SLF4J documentation as well as fix of <a



More information about the slf4j-dev mailing list