DebugUtilities.DebugLogError(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.
Caution
Deprecated. Use LogError instead.
Logs an error message.
public:
static void DebugLogError(System::String ^ message);
[System.Obsolete("Deprecated. Use LogError instead.")]
public static void DebugLogError (string message);
[<System.Obsolete("Deprecated. Use LogError instead.")>]
static member DebugLogError : string -> unit
Public Shared Sub DebugLogError (message As String)
Parameters
- message
- String
The message to log.
- Attributes