ActivityLog Class
Visual Studio 2015
Provides methods for logging messages to the IVsActivityLog.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LogFilePath | Gets the path to the activity log for the current application. |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


