CslogEventDisposition
This definition specifies the manner in which a Syslog message should be handled by the system as a device event. Events are first recorded by the Syslog subsystem, and then they can be counted, displayed on the console, or forward to external device. The four disposition mechanisms are: none(0) - Record only, no further handling. count(1) - All Syslog messages received after this bit is set will be counted according to their corresponding event types. display(2) - All Syslog messages received after this bit is set will be displayed on the device console, HTML console or WEB pages (pending on severity level configuration of each display types). notify(3) - All Syslog messages received after this bit is set will cause notification to be sent.