|
|
Description:
|
proElsSubSysCurrDisplayLevel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The current event log levels that are enabled for display
to console. Note that the value represents a bit string,
a bit for each value defined in ProElsMsgLogLevel (excluding
the other(1)) value. For example:
proMsgLevelUIError, bit 1
proMsgLevelCIError, bit 2
etc.
Note also that the levels:
proMsgLevelError
proMsgLevelInfo
proMsgLevelTrace
proMsgLevelStandard
proMsgLevelAll
are aggregates of other logging levels. So, for example,
turning on proMsgLogLevelError(6) will turn on (set the
bits) for all sub-levels in this category (i.e values
2,3,4 and 5)."
|
|
|
|