[LOGBack-dev] svn commit: r385 - logback/classic/trunk/src/site/xdocTemplates
noreply.seb at qos.ch
noreply.seb at qos.ch
Fri Jul 28 19:15:20 CEST 2006
Author: seb
Date: Fri Jul 28 19:15:19 2006
New Revision: 385
Modified:
logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml
Log:
minor change
Modified: logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml
==============================================================================
--- logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml (original)
+++ logback/classic/trunk/src/site/xdocTemplates/shortIntro.xml Fri Jul 28 19:15:19 2006
@@ -209,7 +209,7 @@
}
</div>
<p>
- Let’s run the BabySteps class again. Now, the BasicConfigurator will create
+ Let's run the BabySteps class again. Now, the BasicConfigurator will create
a simple console Appender. The logging request will then be propagated to
the Appender and the console will output the following:
</p>
@@ -1050,7 +1050,7 @@
<p>
The output of MyApp is:
</p>
-<div class="source">
+<div class="source">
0 [main] INFO ch.qos.logback.classic.examples.MyApp - Entering application.
0 [main] DEBUG ch.qos.logback.classic.examples.Bar - doing my job
0 [main] INFO ch.qos.logback.classic.examples.MyApp - Exiting application.
More information about the logback-dev
mailing list