From 5c59bfc34e7db8a807ba802777a1a5080c5eef9d Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 18 Jul 2024 15:41:44 +0800 Subject: [PATCH] docs: Fix the document of Animation output log filter. (cherry picked from commit a5e958578926e2b17e8881c8c2a4bc6fe402d92a) --- doc/articles/Uno-UI-Performance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/Uno-UI-Performance.md b/doc/articles/Uno-UI-Performance.md index cca2cad3db3a..c4c855387690 100644 --- a/doc/articles/Uno-UI-Performance.md +++ b/doc/articles/Uno-UI-Performance.md @@ -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.