aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/logging/backend.cpp
AgeCommit message (Expand)Author
2023-12-26 assert/logging: Stop the logging thread and flush the backends before crashingFearlessTobi
2023-07-25backend: Remove usage of explicit operator overloadlat9nq
2023-06-03common: logging: Implement Android logcat backend.bunnei
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesMorph
2023-03-21logging: Make use of bounded queueMorph
2022-11-22general: fix compile for Apple ClangLiam
2022-10-03common: remove "yuzu:" prefix from thread namesLiam
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-03-19common: Reduce unused includesameerj
2022-03-10backend: Ensure backend_thread is destructed before message_queueMerry
2022-02-27logging: Convert `backend_thread` into an `std::jthread`Wunkolo
2021-11-01 Refactor Logging ImplLevi Behunin
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-09-01common/logging: Add missing includegerman77
2021-08-27Revert "logging: Display backtrace on crash"Morph
2021-08-26Merge pull request #6870 from yzct12345/trace-back-stack-back-stack-backbunnei
2021-08-24logging: Fix log filter during initializationameerj
2021-08-13logging: Display backtrace on crashyzct12345
2021-08-13logging: Simplify and make thread-safeyzct12345
2021-07-06common: logging: backend: Close the file after exceeding the write limitMorph
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-13common: logging: Restructure backend codeMorph
2021-06-13common: logging: backend: Wrap IOFile in a unique_ptrMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-04-20log/backend: Use in-class initializer for FileBackendLioncash
2021-04-20log/backend: Make use of erase_ifLioncash
2021-04-14Merge pull request #6199 from lioncash/log-nsbunnei
2021-04-14log/backend: Correct order of const in copy constructorLioncash
2021-04-14common/log: Move Log namespace into the Common namespaceLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceMorph
2021-01-04Address review commentsFearlessTobi
2021-01-04Delete the old log file before rotating (#5675)xperia64
2021-01-03Fix the old log file to work with the log parser.bunnei
2021-01-03Rotate previous log file to '.old' if it existsxperia64
2020-11-23Merge pull request #4451 from slashiee/extended-loggingbunnei
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...bunnei
2020-11-02common: Enable warnings as errorsLioncash
2020-08-24logging/settings: Increase maximum log size to 100 MB and add extended loggin...M&M
2020-08-03logging/backend: Make use of designated initializersLioncash
2020-01-23common/logging: don't use regex for path trimmingBreadFish64
2019-11-15common/logging: Silence no return value warningsReinUsesLisp
2019-09-21log: Add logging class for Cheat EngineZach Hilman
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-02logging/backend: Make time_origin a class variable instead of a local staticLioncash
2019-03-02logging/backend: Move CreateEntry into the Impl classLioncash
2019-02-15Adressed review commentsB3n30
2019-02-15threadsafe_queue: Add WaitIfEmpty and use it in loggingB3n30