Skip to content

Commit 89c40b0

Browse files
authored
PR review: Fix title capitalization and list formatting
Add bullets for nonsequential list.
1 parent 73d5a16 commit 89c40b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/debugger/how-to-display-wpf-trace-information.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Display WPF trace Information for data binding
2+
title: Display WPF trace information for data binding
33
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.
44
ms.date: 02/25/2025
55
ms.topic: how-to
@@ -41,17 +41,17 @@ Visual Studio can receive debug trace information for data binding from WPF appl
4141

4242
7. Click the drop-down list and select the type of trace information that you want to see.
4343

44-
**Critical** enables tracing of Critical events only.
44+
- **Critical** enables tracing of Critical events only.
4545

46-
**Error** enables tracing of Critical and Error events.
46+
- **Error** enables tracing of Critical and Error events.
4747

48-
**Warning** enables tracing of Critical, Error, and Warning events.
48+
- **Warning** enables tracing of Critical, Error, and Warning events.
4949

50-
**Information** enables tracing of Critical, Error, Warning, and Information events.
50+
- **Information** enables tracing of Critical, Error, Warning, and Information events.
5151

52-
**Verbose** enables tracing of Critical, Error, Warning, Information, and Verbose events.
52+
- **Verbose** enables tracing of Critical, Error, Warning, Information, and Verbose events.
5353

54-
**ActivityTracing** enables tracing of Stop, Start, Suspend, Transfer, and Resume events.
54+
- **ActivityTracing** enables tracing of Stop, Start, Suspend, Transfer, and Resume events.
5555

5656
For more information about what these levels of trace information mean, see <xref:System.Diagnostics.SourceLevels>.
5757

0 commit comments

Comments
 (0)