string_test_source
Source that considers each trace as a string provided in the constructor and each event as one character of the string.
Parameters
- raw_log:
Iterable[str]
The collection of traces to be streamed. Eachstrrepresents a complete trace, where each character is an activity.