Skip to content

Commit ac14012

Browse files
committed
Update logging tip to include link to Copilot
1 parent db13a96 commit ac14012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/windows-app-sdk/applifecycle/applifecycle-single-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Until this point, we've been testing the app by debugging within Visual Studio.
202202
1. Repeat steps 2 to 4 to launch the same app again and see if another instance opens. If the app is single-instanced, the first instance will be activated instead of a new instance opening.
203203

204204
> [!TIP]
205-
> You can optionally add some logging code to the **OnActivated** method to verify that the existing instance has been activated.
205+
> You can optionally add some logging code to the **OnActivated** method to verify that the existing instance has been activated. Try asking [Copilot](https://copilot.microsoft.com/) for help with adding an [ILogger implementation](/dotnet/core/extensions/logging) to your WinUI app.
206206
207207
## Summary
208208

0 commit comments

Comments
 (0)