mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #4069] Spdlog migration #3916
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/4069
Author: @Niram7777
Created: 2/22/2026
Status: 🔄 Open
Base:
main← Head:spdlog-setup📝 Commits (6)
a05c8bbLOG add spdlogbefed80Replace fmt with spdlog85e8856Delay IME lib global object init in Init/sceImeClose because of log90344d4Replace internal log logic550ca26Revert utf8 string partially1a4b87eReplace log append CLI with file📊 Changes
31 files changed (+383 additions, -1200 deletions)
View changed files
📝
.gitmodules(+5 -0)📝
CMakeLists.txt(+2 -11)📝
documents/Debugging/Debugging.md(+2 -0)📝
externals/CMakeLists.txt(+4 -0)➕
externals/spdlog(+1 -0)📝
src/common/assert.cpp(+5 -5)📝
src/common/config.cpp(+20 -9)📝
src/common/config.h(+2 -0)➖
src/common/logging/backend.cpp(+0 -396)➖
src/common/logging/backend.h(+0 -34)➖
src/common/logging/filter.cpp(+0 -248)➖
src/common/logging/filter.h(+0 -66)➖
src/common/logging/formatter.h(+0 -42)📝
src/common/logging/log.h(+298 -45)➖
src/common/logging/log_entry.h(+0 -28)➖
src/common/logging/text_formatter.cpp(+0 -110)➖
src/common/logging/text_formatter.h(+0 -21)➖
src/common/logging/types.h(+0 -138)📝
src/core/devtools/widget/text_editor.cpp(+1 -0)📝
src/core/file_sys/fs.h(+1 -2)...and 11 more files
📄 Description
TODO:
Various info:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.