Bearbeiten

Share via


DebugUtilities.DebugLogError(String) Method

Definition

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

Applies to