LOGMESSAGELEVEL

Command

LOGMESSAGELEVEL INFO | WARNING | ERROR sets the message types that will be written to the Application Event Log.

Syntax

LOGMESSAGELEVEL INFO | LOGMESSAGELEVEL WARNING | LOGMESSAGELEVEL ERROR

Where INFO, WARNING, and ERROR are levels:

INFOWhen specified, all three types of messages are written to the Application Event log. This is the default.
WARNINGWhen specified, only Warning and Error messages are written to the Application Event log.
ERRORWhen specified, only error messages are written to the application event log. No Warning or Info messages are written to the Application Event log.

Description

LOGMESSAGELEVEL enables the level of messages written to the Application Event Log to be specified.

Example

LOGMESSAGELEVEL WARNING;

In ESSBASE.CFG, a parameter is not followed by a semicolon; in a calc script, a parameter must be followed by a semicolon.

Notes

For more information about the Application Event log, see the Hyperion Essbase Database Administrator's Guide.

See Also

SETMSGLEVEL


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.