docs: Fix the document of Animation output log filter.

This commit is contained in:
lindexi 2024-07-18 15:41:44 +08:00 коммит произвёл GitHub
Родитель bca1de2163
Коммит a5e9585789
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.