|
1 | 1 | --- |
2 | | -title: Display WPF trace Information for data binding |
| 2 | +title: Display WPF trace information for data binding |
3 | 3 | description: Visual Studio can receive debug trace information for data binding from WPF applications and display it in the Output window. Learn how to manage and customize WPF tracing. |
4 | 4 | ms.date: 02/25/2025 |
5 | 5 | ms.topic: how-to |
@@ -41,17 +41,17 @@ Visual Studio can receive debug trace information for data binding from WPF appl |
41 | 41 |
|
42 | 42 | 7. Click the drop-down list and select the type of trace information that you want to see. |
43 | 43 |
|
44 | | - **Critical** enables tracing of Critical events only. |
| 44 | + - **Critical** enables tracing of Critical events only. |
45 | 45 |
|
46 | | - **Error** enables tracing of Critical and Error events. |
| 46 | + - **Error** enables tracing of Critical and Error events. |
47 | 47 |
|
48 | | - **Warning** enables tracing of Critical, Error, and Warning events. |
| 48 | + - **Warning** enables tracing of Critical, Error, and Warning events. |
49 | 49 |
|
50 | | - **Information** enables tracing of Critical, Error, Warning, and Information events. |
| 50 | + - **Information** enables tracing of Critical, Error, Warning, and Information events. |
51 | 51 |
|
52 | | - **Verbose** enables tracing of Critical, Error, Warning, Information, and Verbose events. |
| 52 | + - **Verbose** enables tracing of Critical, Error, Warning, Information, and Verbose events. |
53 | 53 |
|
54 | | - **ActivityTracing** enables tracing of Stop, Start, Suspend, Transfer, and Resume events. |
| 54 | + - **ActivityTracing** enables tracing of Stop, Start, Suspend, Transfer, and Resume events. |
55 | 55 |
|
56 | 56 | For more information about what these levels of trace information mean, see <xref:System.Diagnostics.SourceLevels>. |
57 | 57 |
|
|
0 commit comments