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

Top

See Also

Reference

IVsActivityLog Interface

Microsoft.VisualStudio.Shell.Interop Namespace