$MESSAGE_LEVEL

Specify the desired message level for compilation messages (info, warning, or error).

$MESSAGE_LEVEL { = } 0 | 1 | 2

Arguments

Value Meaning
0 Display error, warning, and information messages . Equivalent to /inf.
1 Display error and warning messages. Equivalent to /war.
2 Display error messages only; default if not specified.

Defaults

Assignment file: ide.asn
Section: [SETTINGS]
Default value: 2

Description

Use the $MESSAGE_LEVEL setting to determine the level of compilation messages to display when compiling objects.

The $MESSAGE_LEVEL setting is ignored when compiling objects from the command line using the /inf or /war command line sub-switches.

Related Topics