acEventMgrAgentLogLevel
1.3.6.1.4.1.2785.2.7.3.2.1.5
The logging level at which this entity will generate events destined for
the event log manager. Currently this value is a bit mask allowing the
user to select which types of events to store in the log. The bit mask values
are selected as follows based on the position of the bit:
critical(1), -- Critical means needs immediate attn.
major(2), -- The resources may be exhausted soon.
minor(4), -- Early indication of resource exhaustion.
warning(8), -- Warnings, non-fatal.
info(16), -- Informational event.
debug(32), -- Used for debugging only.
cleared(64), -- An alarm is being cleared.
security-critical(128), -- Security log - Critical means needs immediate attn.
security-major(256), -- Security log - The resources may be exhausted soon.
security-minor(512), -- Security log - Early indication of resource exhaustion.
security-warning(1024), -- Security log - Warnings, non-fatal.
security-info(2048), -- Security log - Informational event.
security-debug(4096), -- Security log - Used for debugging only.
security-cleared(8192) -- Security log - An alarm is being cleared.
The mask is generated as a logical OR of the values defined above.