Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

WidgetsColor PickerDatetime PickerNumber SliderNumber InputText InputText AreaSwitchWeek Time Ranges InputRound Number GaugeBasic DisplayConsole Log ViewImage FrameXY Number ChartArray Object TableTrigger ButtonDialog Trigger

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
Widgets

Console Log View

Overview

Console Log View is a display widget that renders plain text logs in a scrollable view on the dashboard. It is useful for monitoring output, debugging, or showing a running history of messages from the flow. A line limit keeps the view from growing unbounded.

Console Log View widget on the Dashboard

Console Log View widget on the Dashboard

Widget Info

FieldValue
TypeDisplay
DescriptionDisplay plain text logs with scroll and line limit
Data Typesstring, null, undefined
Dev StageBeta

Data Source

The Data Source dropdown binds the widget to a flow variable. The string value from that variable is displayed in the log view. The variable must be of type string.

Settings

Console Log View Settings

Console Log View settings panel

Label

Label for the displayed value.

Label Color

Color of the label text. Use the color swatch to pick a custom color, or press the reset button (↺) to restore the default.

Value Override

Override the value shown in the log view with a custom value instead of the bound variable's actual value.

Line Limit

Maximum number of lines to display in the log view. Defaults to 10000.

Initialize at Bottom

When enabled, the log view starts scrolled to the bottom, showing the most recent entries first.


Advanced Options

Enable Advanced Options at the top right of the settings panel to reveal the following additional settings.

Label Class Name

Tailwind CSS class name applied to the label element for custom styling.

Label Icon ID

The icon to display next to the label.

Label Icon Class Name

Tailwind CSS class name applied to the label icon element for custom styling.

Layout

Display layout of the widget.

ValueDescription
defaultLabel appears above the log view (stacked vertically)
rowLabel and log view appear side by side on the same row

Basic Display

Previous Page

Image Frame

Next Page

On this page

OverviewWidget InfoData SourceSettingsLabelLabel ColorValue OverrideLine LimitInitialize at BottomAdvanced OptionsLabel Class NameLabel Icon IDLabel Icon Class NameLayout