Public Member Functions | |
def | __init__ (self, name, *args, **kwargs) |
def | emit (self, record) |
Private Attributes | |
__name | |
Logging handler that forwards logging messages to rospy.logwarn.
Definition at line 205 of file testbase.py.
def test.testbase.Ros1LogHandler.__init__ | ( | self, | |
name, | |||
* | args, | ||
** | kwargs | ||
) |
Definition at line 208 of file testbase.py.
def test.testbase.Ros1LogHandler.emit | ( | self, | |
record | |||
) |
Invokes rospy.logwarn or logerr (only warn or higher gets rostest output).
Definition at line 212 of file testbase.py.
|
private |
Definition at line 210 of file testbase.py.