Skip to content

text_entry.py

rerun.components.text_entry

class TextEntryArray

Bases: ExtensionArray

def from_bodies_and_levels(text_entries)

Build a TextEntryArray from a sequence of text bodies and log levels.

log levels recommended to be one of: * "CRITICAL" * "ERROR" * "WARN" * "INFO" * "DEBUG" * "TRACE"