The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Debugger::Log Method (Int32, String^, String^)
.NET Framework (current version)
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.
- message
-
Type:
System::String^
The message to show.
If there is no debugger attached, this method has no effect. The debugger might or might not report the message, depending upon its settings.
Note |
|---|
The category parameter is limited to 256 characters. Strings longer than 256 characters are truncated. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show:
