IVsActivityLog Members
Include Protected Members
Include Inherited Members
Adds events to the IDE Activity Log. Use the SVsActivityLog (SID_SVsActivityLog) service to get an instance of the interface.
The IVsActivityLog type exposes the following members.
Methods
Name | Description | |
---|---|---|
LogEntry | Makes a log entry specifying the log type, the package name, and the event text. | |
LogEntryGuid | Makes a log entry specifying entry type, package name, event text, and GUID to store in the event record. | |
LogEntryGuidHr | Makes a log entry specifying entry type, package name, event text, a GUID to store in the event record, and an HRESULT to store in the event record. | |
LogEntryGuidHrPath | Makes a log entry specifying entry type, package name, the event text, a GUID to store in the event record, an HRESULT to store in the event record and a full file path to store in the event record. | |
LogEntryGuidPath | Makes a log entry specifying entry type, package name, event text, a GUID to store in the event record, and a full file path to store in the event record. | |
LogEntryHr | Makes a log entry specifying entry type, package name, event text, and an HRESULT to store in the event record. | |
LogEntryHrPath | Makes a log entry specifying entry type, package name, event text, an HRESULT to store in the event record, and a full file path to store in the event record. | |
LogEntryPath | Makes a log entry specifying entry type, package name, event text, and a full file path to store in the event record. |
Top