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