|
| def | _end (self, type_, name, elapsed) |
| |
| def | _separator (self, type_) |
| |
| def | _start (self, type_, name, args='') |
| |
| def | _write (self, text, separator=False, level='INFO', timestamp=None) |
| |
Definition at line 37 of file debugfile.py.
◆ __init__()
| def robot.output.debugfile._DebugFileWriter.__init__ |
( |
|
self, |
|
|
|
outfile |
|
) |
| |
◆ _end()
| def robot.output.debugfile._DebugFileWriter._end |
( |
|
self, |
|
|
|
type_, |
|
|
|
name, |
|
|
|
elapsed |
|
) |
| |
|
private |
◆ _separator()
| def robot.output.debugfile._DebugFileWriter._separator |
( |
|
self, |
|
|
|
type_ |
|
) |
| |
|
private |
◆ _start()
| def robot.output.debugfile._DebugFileWriter._start |
( |
|
self, |
|
|
|
type_, |
|
|
|
name, |
|
|
|
args = '' |
|
) |
| |
|
private |
◆ _write()
| def robot.output.debugfile._DebugFileWriter._write |
( |
|
self, |
|
|
|
text, |
|
|
|
separator = False, |
|
|
|
level = 'INFO', |
|
|
|
timestamp = None |
|
) |
| |
|
private |
◆ close()
| def robot.output.debugfile._DebugFileWriter.close |
( |
|
self | ) |
|
◆ end_keyword()
| def robot.output.debugfile._DebugFileWriter.end_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ end_suite()
| def robot.output.debugfile._DebugFileWriter.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.output.debugfile._DebugFileWriter.end_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ log_message()
| def robot.output.debugfile._DebugFileWriter.log_message |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ start_keyword()
| def robot.output.debugfile._DebugFileWriter.start_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ start_suite()
| def robot.output.debugfile._DebugFileWriter.start_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ start_test()
| def robot.output.debugfile._DebugFileWriter.start_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ _indent
| robot.output.debugfile._DebugFileWriter._indent |
|
private |
◆ _is_logged
| robot.output.debugfile._DebugFileWriter._is_logged |
|
private |
◆ _kw_level
| robot.output.debugfile._DebugFileWriter._kw_level |
|
private |
◆ _outfile
| robot.output.debugfile._DebugFileWriter._outfile |
|
private |
◆ _separator_written_last
| robot.output.debugfile._DebugFileWriter._separator_written_last |
|
private |
◆ _separators
| robot.output.debugfile._DebugFileWriter._separators |
|
staticprivate |
The documentation for this class was generated from the following file: