Nios® V Processor Software Developer Handbook

ID 743810
Date 7/20/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

13.5.2.48. log_default

Usage

log_default <message>

Options

  • <message>: String with message to log.

Description

Displays a message to the host’s stdout when the logging level is default or higher.

Example

log_default "This is a default message."

Displays:

INFO: Tcl message: "This is a default message."