ActivityLog Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LogError(String^, String^) | Logs an error message in the activity log with the given source. |
![]() ![]() | LogInformation(String^, String^) | Logs an information message in the activity log with the given source. |
![]() ![]() | LogWarning(String^, String^) | Logs a warning message in the activity log with the given source. |
![]() ![]() | TryLogError(String^, String^) | Logs an error message in the activity log with the given source. |
![]() ![]() | TryLogInformation(String^, String^) | Logs an information message in the activity log with the given source. |
![]() ![]() | TryLogWarning(String^, String^) | Logs a warning message in the activity log with the given source. |
Show:

