ActivityLog::LogError Method (String^, String^)
Visual Studio 2015
Logs an error message in the activity log with the given source.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- source
-
Type:
System::String^
A name associated with the source contributing the message.
- message
-
Type:
System::String^
The message to be written to the activity log.
This method may throw an exception if the SVsActivityLog service is not available.
Show: