Skip to content

Text

def rerun.log_text_entry(entity_path, text, *, level=LogLevel.INFO, color=None, ext=None, timeless=False)

Log a text entry, with optional level.

Parameters:

Name Type Description Default
entity_path str

The object path to log the text entry under.

required
text str

The text to log.

required
level Optional[str]

The level of the text entry (default: LogLevel.INFO). Note this can technically be an arbitrary string, but it's recommended to use one of the constants from LogLevel

LogLevel.INFO
color Optional[Sequence[int]]

Optional RGB or RGBA triplet in 0-255 sRGB.

None
ext Optional[Dict[str, Any]]

Optional dictionary of extension components. See rerun.log_extension_components

None
timeless bool

Whether the text entry should be timeless.

False