DISPLAYMESSAGELEVEL

Sets the level of messages displayed in the application console. To set the level of messages written to the application log, use LOGMESSAGELEVEL.

Syntax

DISPLAYMESSAGELEVEL INFO | WARNING | ERROR

Where INFO, WARNING, and ERROR are priority levels:

INFO All three types of messages are written to the application console. This is the default.
WARNING Only Warning and Error messages are written to the application console.
ERROR Only error messages are written to the application console. No Warning or Info messages are written to the console.

Notes

This setting affects only the messages displayed in the application console. To control the messages written to the application log, use LOGMESSAGELEVEL. To set the same level for both the console and the log, use both settings.

Example

DISPLAYMESSAGELEVEL WARNING 
sets the console message level to Warning. Only Warning and Error messages are displayed in the application console.

See Also

SETMSGLEVEL
LOGMESSAGELEVEL

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com