Click or drag to resize

IMcEventLogEntry Interface

Describes a single log entry.

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

The IMcEventLogEntry type exposes the following members.

Properties
  NameDescription
Public propertyCategory
A user defined category.
Public propertyData
An optional buffer to append to the message.
Public propertyEntryType
Type of logging.
Public propertyEventID
A user defined id.
Public propertyMachineName
Name of the computer on which this entry was generated.
Public propertyMessage
Message corresponding to this event entry.
Public propertySource
Name of the application or component that generated this event.
Public propertyTimeWritten
Time at which this event was written to the log, in local time.
Public propertyUserName
Name of the user responsible for this event.
Top
Remarks
This interface is used by DMcEventLogEvents.EntryWritten.
See Also