IVsActivityLog Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodLogEntry(UInt32, String, String)

Makes a log entry specifying the log type, the package name, and the event text.

System_CAPS_pubmethodLogEntryGuid(UInt32, String, String, Guid)

Makes a log entry specifying entry type, package name, event text, and GUID to store in the event record.

System_CAPS_pubmethodLogEntryGuidHr(UInt32, String, String, Guid, Int32)

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.

System_CAPS_pubmethodLogEntryGuidHrPath(UInt32, String, String, Guid, Int32, String)

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.

System_CAPS_pubmethodLogEntryGuidPath(UInt32, String, String, Guid, String)

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.

System_CAPS_pubmethodLogEntryHr(UInt32, String, String, Int32)

Makes a log entry specifying entry type, package name, event text, and an HRESULT to store in the event record.

System_CAPS_pubmethodLogEntryHrPath(UInt32, String, String, Int32, String)

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.

System_CAPS_pubmethodLogEntryPath(UInt32, String, String, String)

Makes a log entry specifying entry type, package name, event text, and a full file path to store in the event record.

Return to top
Show: