Author: buildbot
Date: Tue Apr  9 03:42:47 2013
New Revision: 857831

Log:
Staging update by buildbot for felix

Modified:
    websites/staging/felix/trunk/content/   (props changed)
    
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.html

Propchange: websites/staging/felix/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Apr  9 03:42:47 2013
@@ -1 +1 @@
-1465870
+1465871

Modified: 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.html
==============================================================================
--- 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.html
 (original)
+++ 
websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-service-component-runtime.html
 Tue Apr  9 03:42:47 2013
@@ -67,11 +67,6 @@
       </div>
 
       
-      <div class="tip">
-           This page is a translated version of <a 
href="/site/apache-felix-service-component-runtime.html" 
target="felix_cwiki">/site/apache-felix-service-component-runtime.html</a>. In 
case of
-           doubt you might want to refer to the old page.
-      </div>
-      
       
       <h1>Apache Felix Service Component Runtime</h1>
       <div class="toc">
@@ -257,26 +252,6 @@
 <td>Defines a logging level at which messages are logged. This configuration 
property is converted to an <code>int</code> number used as the OSGi Log 
Service logging level.</td>
 </tr>
 <tr>
-<td>* If the property is a number, the <code>int</code> value of the number is 
used</td>
-<td></td>
-<td></td>
-</tr>
-<tr>
-<td>* If the property is a string parseable to an <code>int</code> the parsed 
value is used</td>
-<td></td>
-<td></td>
-</tr>
-<tr>
-<td>* If the property is any of the strings <em>debug</em>, <em>info</em>, 
<em>warn</em>, or <em>error</em>, the respective log level of <code>4</code>, 
<code>3</code>, <code>2</code>, or <code>1</code> is used.</td>
-<td></td>
-<td></td>
-</tr>
-<tr>
-<td>* Otherwise, unless the <code>ds.showtrace</code> or 
<code>ds.showerrors</code> property is set, the default value is assumed</td>
-<td></td>
-<td></td>
-</tr>
-<tr>
 <td><code>ds.showtrace</code></td>
 <td><code>false</code></td>
 <td>sets the log level to <code>debug</code> if set to <code>true</code> and 
the <code>ds.loglevel</code> cannot be converted to a value log level</td>
@@ -303,6 +278,13 @@
 </tr>
 </tbody>
 </table>
+<p>The <code>ds.loglevel</code> property is treated as follows:</p>
+<ul>
+<li>If the property is a number, the <code>int</code> value of the number is 
used</li>
+<li>If the property is a string parseable to an <code>int</code> the parsed 
value is used</li>
+<li>If the property is any of the strings <em>debug</em>, <em>info</em>, 
<em>warn</em>, or <em>error</em>, the respective log level of <code>4</code>, 
<code>3</code>, <code>2</code>, or <code>1</code> is used</li>
+<li>Otherwise, unless the <code>ds.showtrace</code> or 
<code>ds.showerrors</code> property is set, the default value is assumed</li>
+</ul>
 <p>This configuration mechanism is implemented in the <a 
href="http://svn.apache.org/repos/asf/felix/trunk/scr/src/main/java/org/apache/felix/scr/impl/config/ScrConfiguration.java";>ScrConfiguration</a>
 and its helper classes.</p>
 <h2 id="non-standard-component-factory-behaviour">Non-Standard Component 
Factory Behaviour</h2>
 <div class="note" markdown="1">
@@ -365,7 +347,7 @@ If you don't know what this section is a
 <p>This tutorial just listed some very basic information on Declarative 
Service. To get more information, for example on hoe the Configuration Admin 
Service may be used to configure components, refer to the Declarative Services 
Sepecification in the OSGi Service Platform <em>Service Compendium</em> 
book.</p>
 <p>Have Fun !</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1465870 by fmeschbe on Tue, 9 Apr 2013 03:37:16 +0000
+        Rev. 1465871 by fmeschbe on Tue, 9 Apr 2013 03:41:42 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Felix, Felix, Apache, the Apache feather logo, and the Apache 
Felix project


Reply via email to