|
| def | __init__ (self, message='', level='INFO', html=False, timestamp=None, parent=None) |
| |
| def | __unicode__ (self) |
| |
| def | parent (self, parent) |
| |
| def | visit (self, visitor) |
| | :mod:Visitor interface <robot.model.visitor> entry-point. More...
|
| |
| def | __repr__ (self) |
| |
| def | __setstate__ (self, state) |
| | Customize attribute updating when using the copy module. More...
|
| |
| def | copy (self, **attributes) |
| | Return shallow copy of this object. More...
|
| |
| def | deepcopy (self, **attributes) |
| | Return deep copy of this object. More...
|
| |
| | html |
| |
| | level |
| |
| | message |
| |
| | parent |
| |
| | timestamp |
| |
| | html_message = property |
| | Returns the message content as HTML. More...
|
| |
Represents a single log message.
See the base class for documentation of attributes not documented here.
Definition at line 55 of file model.py.