Debugger.Log Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Posts a message for the attached debugger.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- level
- Type: System.Int32
A description of the importance of the message.
- category
- Type: System.String
The category of the message. This parameter is limited to 256 characters. Longer strings are truncated.
- message
- Type: System.String
The message to show.
Show: