Revision: 3871
Author: pekka.klarck
Date: Mon Aug 23 07:16:56 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=3871
Modified:
/trunk/doc/userguide/RobotFrameworkUserGuide.html
=======================================
--- /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Aug 23 04:50:53
2010
+++ /trunk/doc/userguide/RobotFrameworkUserGuide.html Mon Aug 23 07:16:56
2010
@@ -2034,7 +2034,7 @@
<div class="note">
<p class="first admonition-title">Note</p>
<p class="last">Empty cells before ellipsis are allowed generally only in
Robot
-Framework 2.5.2 and newer. In earlier versions single leading
+Framework 2.5.2 and newer. In earlier versions a single leading
empty cell is allowed inside <a class="reference internal"
href="#for-loops">for loops</a> but not otherwise.</p>
</div>
<div class="section" id="splitting-test-data-in-rest-tables">
@@ -9610,12 +9610,19 @@
</div>
<div class="section" id="setting-log-level">
<h4><a class="toc-backref" href="#id480">Setting log level</a></h4>
-<p>By default, log messages below <span class="msg">INFO</span> are not
logged, but this
-threshold level can be changed from the command line using the
+<p>By default, log messages below the <span class="msg">INFO</span> level
are not logged, but this
+threshold can be changed from the command line using the
<span class="opt">--loglevel (-L)</span> option. This option takes any of
the
available log levels as an argument, and that level becomes the new
threshold level. A special value <span class="msg">NONE</span> can also be
used to
disable logging altogether.</p>
+<p>Starting from Robot Framework 2.5.2, it is possible to use the
+<span class="opt">--loglevel</span> option also when <a class="reference
internal" href="#post-processing-outputs">post-processing outputs</a> with
+<span class="prog">rebot</span>. This allows, for example, running tests
initially with
+the <span class="msg">TRACE</span> level, and generating smaller log files
for normal
+viewing later with the <span class="msg">INFO</span> level. By default all
the messages
+included during execution will be included also with <span
class="prog">rebot</span>.
+Messages ignored during the execution cannot be recovered.</p>
<p>Another possibility to change the log level is using the <a
class="reference internal" href="#builtin-library">BuiltIn
keyword</a> <span class="name">Set Log Level</span> in the test data. It
takes the same
arguments as the <span class="opt">--loglevel</span> option, and it also
returns the
@@ -12916,6 +12923,10 @@
</tr>
<tr><td> </td><td><a class="reference internal"
href="#setting-titles">Sets a title</a> for the generated summary
report.</td></tr>
<tr><td class="option-group" colspan="2">
+<kbd><span class="option">-L</span>, <span class="option">--loglevel
<var><level></var></span></kbd></td>
+</tr>
+<tr><td> </td><td><a class="reference internal"
href="#setting-log-level">Sets the threshold level</a> to select log
messages. New in Robot Framework 2.5.2.</td></tr>
+<tr><td class="option-group" colspan="2">
<kbd><span class="option">--suitestatlevel
<var><level></var></span></kbd></td>
</tr>
<tr><td> </td><td>Defines how many <a class="reference internal"
href="#configuring-displayed-suite-statistics">levels to show</a> in the
<span class="name">Statistics by Suite</span>
@@ -13305,7 +13316,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2010-08-23 11:47 UTC.
+<p>Generated on: 2010-08-23 14:16 UTC.
</p>
</div>