summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-25backend: Remove usage of explicit operator overloadGravatar lat9nq1-1/+1
2023-06-03common: logging: Implement Android logcat backend.Gravatar bunnei1-0/+26
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph1-1/+1
2023-03-21logging: Make use of bounded queueGravatar Morph1-8/+8
2022-11-22general: fix compile for Apple ClangGravatar Liam1-1/+1
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam1-1/+1
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+2
2022-03-19common: Reduce unused includesGravatar ameerj1-2/+0
2022-03-10backend: Ensure backend_thread is destructed before message_queueGravatar Merry1-1/+1
2022-02-27logging: Convert `backend_thread` into an `std::jthread`Gravatar Wunkolo1-13/+5
2021-11-01 Refactor Logging ImplGravatar Levi Behunin1-27/+37
2021-10-01common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj1-0/+3
2021-09-01common/logging: Add missing includeGravatar german771-0/+1
2021-08-27Revert "logging: Display backtrace on crash"Gravatar Morph1-111/+1
2021-08-24logging: Fix log filter during initializationGravatar ameerj1-4/+5
2021-08-13logging: Display backtrace on crashGravatar yzct123451-1/+111
2021-08-13logging: Simplify and make thread-safeGravatar yzct123451-139/+211
2021-07-06common: logging: backend: Close the file after exceeding the write limitGravatar Morph1-8/+11
2021-06-24common: Replace common_sizes into user-literalsGravatar Wunkolo1-4/+7
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph1-1/+1
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph1-1/+1
2021-06-13common: logging: Restructure backend codeGravatar Morph1-129/+0
2021-06-13common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph1-4/+14
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph1-15/+12
2021-04-20log/backend: Use in-class initializer for FileBackendGravatar Lioncash1-4/+6
2021-04-20log/backend: Make use of erase_ifGravatar Lioncash1-4/+4
2021-04-14log/backend: Correct order of const in copy constructorGravatar Lioncash1-2/+5
2021-04-14common/log: Move Log namespace into the Common namespaceGravatar Lioncash1-9/+9
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceGravatar Morph1-0/+1
2021-01-04Address review commentsGravatar FearlessTobi1-5/+5
2021-01-04Delete the old log file before rotating (#5675)Gravatar xperia641-0/+3
2021-01-03Fix the old log file to work with the log parser.Gravatar bunnei1-1/+1
2021-01-03Rotate previous log file to '.old' if it existsGravatar xperia641-4/+9
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei1-0/+1
2020-11-02common: Enable warnings as errorsGravatar Lioncash1-2/+0
2020-08-24logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M1-2/+12
2020-08-03logging/backend: Make use of designated initializersGravatar Lioncash1-11/+11
2020-01-23common/logging: don't use regex for path trimmingGravatar BreadFish641-1/+1
2019-11-15common/logging: Silence no return value warningsGravatar ReinUsesLisp1-2/+6
2019-09-21log: Add logging class for Cheat EngineGravatar Zach Hilman1-0/+1
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash1-3/+3
2019-03-02logging/backend: Make time_origin a class variable instead of a local staticGravatar Lioncash1-2/+1
2019-03-02logging/backend: Move CreateEntry into the Impl classGravatar Lioncash1-25/+26
2019-02-15Adressed review commentsGravatar B3n301-1/+2
2019-02-15threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n301-13/+7
2019-02-12logging: Add Vulkan backend logging class typeGravatar ReinUsesLisp1-0/+1
2018-12-07Backport review comment from citra-emu/citra#4418Gravatar Tobias1-2/+2
2018-10-23logging/backend: Add missing services to the log filtersGravatar Lioncash1-0/+3
2018-10-07logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner1-2/+9