WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
The user settings (and then group policy) initialization happen before we get the file logger set up. To be able to see into what is happening there more easily, this change creates a logger that uses OutputDebugString and uses it during the initial file logger creation.
Validation
Debugged and saw the group policy and settings logging come through the output.
Change
The user settings (and then group policy) initialization happen before we get the file logger set up. To be able to see into what is happening there more easily, this change creates a logger that uses
OutputDebugString
and uses it during the initial file logger creation.Validation
Debugged and saw the group policy and settings logging come through the output.
Microsoft Reviewers: Open in CodeFlow