ActivityLog::TryLogWarning Method (String^, String^)
Visual Studio 2015
Logs a warning 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.
Show: