IMcEventLog Interface |
|
Namespace: MediaCy.IQL.Engine
Public Interface IMcEventLog
The IMcEventLog type exposes the following members.
| Name | Description | |
|---|---|---|
| Log | 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 (""). | |
| Source | 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. | |
| Type | The type of logging an McEventLog object performs. |
| Name | Description | |
|---|---|---|
| Clear | Clears the log file. | |
| WriteEntry | 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. |