ActivityLog Methods

 

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLogError(String^, String^)

Logs an error message in the activity log with the given source.

System_CAPS_pubmethodSystem_CAPS_staticLogInformation(String^, String^)

Logs an information message in the activity log with the given source.

System_CAPS_pubmethodSystem_CAPS_staticLogWarning(String^, String^)

Logs a warning message in the activity log with the given source.

System_CAPS_pubmethodSystem_CAPS_staticTryLogError(String^, String^)

Logs an error message in the activity log with the given source.

System_CAPS_pubmethodSystem_CAPS_staticTryLogInformation(String^, String^)

Logs an information message in the activity log with the given source.

System_CAPS_pubmethodSystem_CAPS_staticTryLogWarning(String^, String^)

Logs a warning message in the activity log with the given source.

Return to top
Show: