Click or drag to resize

IMcEventLog Interface

IMcEventLog lets you manipulate the logs which record information about important application events that occur.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcEventLog

The IMcEventLog type exposes the following members.

Properties
  NameDescription
Public propertyLog
The name of the log file. When Type is set to mcelOS, this can be "Application", "System", "Security", or a custom log name. The default is an empty string ("").
Public propertySource
The event Source is the name of the software that logs the event. It is often the name of the application, or the name of a subcomponent of the application. The default value is copied from IMcApplication.Name.
Public propertyType
The type of logging an McEventLog object performs.
Top
Methods
  NameDescription
Public methodClear
Clears the log file.
Public methodWriteEntry
Writes an entry of the specified type with the user-defined eventID and category to the event log, and optionally appends binary data to the message.
Top
Remarks
An instance of this interface is exposed as the EventLog IMcEngine property.
See Also