Add significant optional debug logging for MSAA events (#11521)
* Add significant optional debug logging for MSAA events.
* Fix typo
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>
* Include winEvent params in log message.
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>
* Include winEvent params in log message.
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>
* Include window handle and windowClass name in log message about native UIA window.
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>
* Fix linting issues.
* * Included winEvent info to several more log calls.
* Added several more log calls.
* Improved log call for error in AccessibleObjectFromEvent and put it behind isMSAADebugLoggingEnabled.
* Fixed typo.
* Included threadID, processID and process name in winEvent log info where possible.
* Added yet more MSAA debug log messages.
* Fix typo
* Update what's new
Co-authored-by: Leonard de Ruijter <leonardder@users.noreply.github.com>