LabKit MATLAB Workbench

reference

FrameworkApp SDK API

labkit.app.layout.logPanel

Add a text display for App log messages.

Syntax

node = labkit.app.layout.logPanel(id, Name=Value)

Description

Declares a runtime-populated multiline App log display.

Inputs

id
Unique MATLAB identifier for the layout target.

Options

Title
Visible panel title. Default: "Log".

Outputs

node
Immutable internal layout node accepted by containers.

Errors

Throws labkit:app:contract:InvalidValue for an invalid ID.

Typical Call

node = labkit.app.layout.logPanel("appLog");

Source

This page is generated from the MATLAB help text in +labkit/+app/+layout/logPanel.m.