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