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