Click or drag to resize

mcEventLogCategory Enumeration

Predefined event categories.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcEventLogCategory
Members
  Member nameValueDescription
mcelcNone0No category (default). These events will not show in the Output window's Audit page.
mcelcLowLevel1A low level event coming from the imaging engine. By default these events will not show in the Output window's Audit page.
mcelcOperator2An event coming from an imaging operator. By default these events show in the Output window's Audit page.
mcelcHighLevel4An event coming from a high level component. By default these events show in the Output window's Audit page.
mcelcApplication8An event coming from the application. By default these events show in the Output window's Audit page.
mcelcRecording16An event coming from the recording facility. By default these events show in the Output window's Audit page.
mcelcFromUser32An event coming from a user macro. By default these events show in the Output window's Audit page.
See Also