mcEventLogCategory Enumeration
|
|
Predefined event categories.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcEventLogCategory
Members
| Member name | Value | Description |
---|
| mcelcNone | 0 | No category (default). These events will not show in the Output window's Audit page. |
| mcelcLowLevel | 1 | A low level event coming from the imaging engine. By default these events will not show in the Output window's Audit page. |
| mcelcOperator | 2 | An event coming from an imaging operator. By default these events show in the Output window's Audit page. |
| mcelcHighLevel | 4 | An event coming from a high level component. By default these events show in the Output window's Audit page. |
| mcelcApplication | 8 | An event coming from the application. By default these events show in the Output window's Audit page. |
| mcelcRecording | 16 | An event coming from the recording facility. By default these events show in the Output window's Audit page. |
| mcelcFromUser | 32 | An event coming from a user macro. By default these events show in the Output window's Audit page. |
See Also