Revision: 2423
Author: laukpe
Date: Mon Jan 18 09:55:24 2010
Log: regen
http://code.google.com/p/robotframework/source/detail?r=2423
Modified:
/trunk/doc/libraries/BuiltIn.html
=======================================
--- /trunk/doc/libraries/BuiltIn.html Thu Oct 22 07:12:23 2009
+++ /trunk/doc/libraries/BuiltIn.html Mon Jan 18 09:55:24 2010
@@ -79,7 +79,7 @@
</head>
<body>
<h1>BuiltIn - Documentation</h1>
-<p><b>Version:</b> trunk 20091020</p>
+<p><b>Version:</b> trunk 20091023</p>
<h2 id="introduction">Introduction</h2>
<p class='libdoc'>An always available standard library with often needed
keywords.<br />
@@ -596,7 +596,9 @@
<br />
Valid levels are TRACE, DEBUG, INFO (default), HTML and WARN.<br />
<br />
-HTML level is special because it writes the message into the log file
without escaping HTML code from it. For example logging a message
like '<img src="image.png">' with that level creates an image, but
with other levels you see just that string. Logging HTML messages
should be used with care, because invalid messages can corrupt the whole
log file. The actual log level used for HTML messages is INFO.</td>
+The HTML level is special because it allows writing messages without HTML
code in them being escaped. For example, logging a message '<img
src="image.png">' using the HTML level creates an image, but with other
levels the message would be that exact string. Notice that invalid HTML can
easily corrupt the whole log file so this feature should be used with care.
The actual log level used for HTML messages is INFO.<br />
+<br />
+Messages logged with the WARN level will be visible also in the console
and in the Test Execution Errors section in the log file.</td>
</tr>
<tr>
<td class="kw"><a name="Log Many"></a>Log Many</td>
@@ -1527,7 +1529,7 @@
<p class="footer">
Altogether 72 keywords.<br />
Generated by <a
href="http://code.google.com/p/robotframework/wiki/LibraryDocumentationTool">libdoc.py</a>
-on 2009-10-22 17:11:08.
+on 2010-01-18 19:54:54.
</p>
</body>
</html>