VsShellUtilities.LogError(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logs the error.
public:
static void LogError(System::String ^ source, System::String ^ error);
public:
static void LogError(Platform::String ^ source, Platform::String ^ error);
static void LogError(std::wstring const & source, std::wstring const & error);
public static void LogError (string source, string error);
static member LogError : string * string -> unit
Public Shared Sub LogError (source As String, error As String)
Public Sub LogError (source As String, error As String)
Parameters
- source
- String
The source.
- error
- String
The error.