Splits messages logged through stdout (or stderr) into Message objects.
More...
Splits messages logged through stdout (or stderr) into Message objects.
Definition at line 24 of file stdoutlogsplitter.py.
◆ __init__()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter.__init__ |
( |
|
self, |
|
|
|
output |
|
) |
| |
◆ __iter__()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter.__iter__ |
( |
|
self | ) |
|
◆ _add_initial_level_and_time_if_needed()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter._add_initial_level_and_time_if_needed |
( |
|
self, |
|
|
|
tokens |
|
) |
| |
|
private |
◆ _format_timestamp()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter._format_timestamp |
( |
|
self, |
|
|
|
millis |
|
) |
| |
|
private |
◆ _get_messages()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter._get_messages |
( |
|
self, |
|
|
|
output |
|
) |
| |
|
private |
◆ _output_started_with_level()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter._output_started_with_level |
( |
|
self, |
|
|
|
tokens |
|
) |
| |
|
private |
◆ _split_output()
| def robot.output.stdoutlogsplitter.StdoutLogSplitter._split_output |
( |
|
self, |
|
|
|
output |
|
) |
| |
|
private |
◆ _messages
| robot.output.stdoutlogsplitter.StdoutLogSplitter._messages |
|
private |
◆ _split_from_levels
| robot.output.stdoutlogsplitter.StdoutLogSplitter._split_from_levels |
|
staticprivate |
The documentation for this class was generated from the following file: