Revision: 2453
Author: janne.t.harkonen
Date: Tue Feb 16 23:49:51 2010
Log: Empty line required for formatting, it seems
http://code.google.com/p/robotframework/source/detail?r=2453
Modified:
/trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt
=======================================
--- /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt
Tue Feb 16 22:21:27 2010
+++ /trunk/doc/userguide/src/ExtendingRobotFramework/ListenerInterface.txt
Tue Feb 16 23:49:51 2010
@@ -141,8 +141,10 @@
| | | * args: keyword arguments as a
list of strings |
| | | * status: either PASS or
FAIL |
+---------------+------------------+--------------------------------------------------+
- | log_message | message | Called when a library keyword
creates log message|
- | | | 'message' is a dictionary with
following keys: |
+ | log_message | message | Called when a library keyword
creates log |
+ | | | message. `message` is a dictionary
with |
+ | | | following
keys: |
+ | |
| |
| | | * message: the content of the
message |
| | | * level: log level used in
logging the message |
| | | * timestamp: message creation
time, format is |