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
Makes a log entry specifying the log type, the package name, and the event text.
Makes a log entry specifying entry type, package name, event text, and GUID to store in the event record.
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.
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.
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.
Makes a log entry specifying entry type, package name, event text, and an HRESULT to store in the event record.
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.
Makes a log entry specifying entry type, package name, event text, and a full file path to store in the event record.
Top