Skip to contents

Appends text to a log_view (RichLog) widget. Supports Rich markup.

Usage

log_write(app, id, text, markup = FALSE)

Arguments

app

An RtuiApp object.

id

Widget id of a log_view.

text

Text to append.

markup

Whether to interpret Rich markup (default FALSE).

Value

Invisible app.