DebugUtilities.LogError(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 an error message.
public:
static void LogError(System::String ^ message);
public static void LogError (string message);
static member LogError : string -> unit
Public Shared Sub LogError (message As String)
Parameters
- message
- String
The message to log.