Skip to content

StateDMI / Command / SetWarningLevel


Overview

The SetWarningLevel command is used to set warning levels for the screen and log file. The following dialog is used to edit this command and illustrates the command syntax.

Warning messages are useful during troubleshooting. A general guideline is that a warning level of 1 prints important messages that a user should see, 2 prints warnings that by default are printed to the log file but are not displayed in the user interface, and 100 prints very low-level messages about input/output. Intermediate values will result in more or less output.

This command is useful for troubleshooting and can be specified multiple times to increase warning information for a specific command, if necessary.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

SetWarningLevel command editor

SetWarningLevel Command Editor (see also the full-size image)

Command Syntax

The command syntax is as follows:

SetWarningLevel(Parameter="Value",...)

Command Parameters

Parameter             Description Default          
ScreenLevel Level for screen (user interface) messages. Only important messages will be shown.
LogFileLevel Level for log file messages. Only important messages will be printed to the log file.

Examples

See the automated tests.

Troubleshooting

See the main troubleshooting documentation

See Also