Commit Graph

5 Commits

Author SHA1 Message Date
Serenity
ea9a2facc0 Refactor logging and update function naming conventions
This commit standardizes the logging mechanism by replacing calls to `Logger::NotImplemented()` with the new `LOG_NOTIMPLEMENTED()` macro across multiple files in the Microsoft Xbox Services and Kinect libraries.

Function names in the debug logging macros have been updated to reflect the new naming conventions, changing `ExtractProjectName` to `RetrieveProjectName` and `ExtractFunctionName` to `RetrieveFunctionName`.

Additionally, the `Logger` class has been enhanced to include structured logging capabilities with various log levels and context information for better traceability.

New properties and methods have been introduced in several classes, while many implementations still remain to be completed. Overall, these changes improve maintainability and consistency in the logging framework across the Xbox development environment.
2025-06-03 03:59:32 -04:00
Serenity
222cdf0a22 WinRT - Better Debug 2025-06-03 00:54:43 -04:00
Serenity
212c7ab23b WinRT - Removed Warning Block 2025-06-02 22:45:11 -04:00
Tyler Jaacks
c3ac46d864 Added Microsoft.Xbox.Speech.idl support. 2025-03-10 14:06:26 -05:00
Unixian
99b2ac8113 game rendering! 2025-01-10 07:09:08 -05:00