Skip to content

Commit

Permalink
docs: Fix the document of Animation output log filter.
Browse files Browse the repository at this point in the history
(cherry picked from commit a5e9585)
  • Loading branch information
lindexi authored and mergify[bot] committed Jul 23, 2024
1 parent 1a0263c commit 5c59bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/articles/Uno-UI-Performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Here's what to look for:

```csharp
builder.AddFilter("Windows.UI.Xaml.Media.Animation", LogLevel.Debug);
builder.AddFilter("Microsoft.UI.Xaml.Media.Animation", LogLevel.Debug);
```

The logger will provide all the changes done to animated properties, with element names.
Expand Down

0 comments on commit 5c59bfc

Please sign in to comment.