Logging migration (socketLog_printf) #766
Loading…
Reference in a new issue
No description provided.
Delete branch "logging-migration-socketLog_printf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Converts all instances of the socketLog_printf() logging method with the newer cemuLog_log().
Part of #703
Looks good other then some LR and thread context logging that could be removed.
The new logging system has a toggleable option to print out the LR for any log line so if we're really cleaning up all this logging it's better to just get rid of this since it's redundant while we're at it. Not sure if it was an issue in previous PRs, but it was apparent here.
Build is only failing on Ubuntu. Struggling to work out what's causing this
I think there's some build issues on the main branch, so just ignore it for now.
Looks good to me!