Changes between Version 3 and Version 4 of documentation/PythonManual/APIReference

Show
Ignore:
Author:
lloydw (IP: 203.96.63.172)
Timestamp:
04/01/08 12:13:45 (9 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • documentation/PythonManual/APIReference

    v3 v4  
    1616   Registers an Python class to instance when a specific XML tag is encountered in an RML file. 
    1717 
     18 '''Log'''(type, message):: 
     19   Sends a log message to rocket (and the attached debugger if present).[[br]] 
     20   type should be one of: 
     21 * rocket.logtype.always 
     22 * rocket.logtype.error 
     23 * rocket.logtype.warning 
     24 * rocket.logtype.info 
     25 * rocket.logtype.debug 
     26 
    1827== Basic Types == 
    1928