Skip to content

StateDMI / Command / SetDebugLevel


Overview

The SetDebugLevel command is used to set debug levels for the screen and log file.

Debug messages are useful during troubleshooting. A general guideline is that a debug level of 1 prints basic messages, 30 prints detailed information about processing, 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 debug output for a specific command, if necessary.

Command Editor

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

SetDebugLevel command editor

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

Command Syntax

The command syntax is as follows:

SetDebugLevel(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