Nios II Classic Software Developer’s Handbook

ID 683282
Date 5/14/2015
Public
Document Table of Contents

15.1.1. Logging Levels

All the utilities support multiple status-logging levels. You specify the logging level on the command line. At each level, the utilities report the status as listed under Description. Each level includes the messages from all lower levels.

Table 61.  Nios II SBT Logging Levels
Logging Level Description
silent (lowest) No information is provided except for errors and warnings (sent to stderr).
default Minimal information is provided (for example, start and stop operation of SBT phases).
verbose Detailed information is provided (for example, lists of files written).
debug (highest) Debug information is provided (for example, stack backtraces on errors). This level is for reporting problems to Altera.

Only one logging level is possible at a time, so these options are all mutually exclusive.

Table 62.  Command-Line Options to Select Each Logging Level
Command-Line Option Logging Level Comments
none default If there is no command-line option, the default level is selected.
--silent silent Selects silent level of logging.
--verbose verbose Selects verbose level of logging.
--debug debug Selects debug level of logging.
--log < fname > debug All information is written to <fname> in addition to being sent to the stdout and stderr devices.