summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix compile for Apple ClangGravatar Liam2022-11-221-1/+1
* common: remove "yuzu:" prefix from thread namesGravatar Liam2022-10-031-1/+1
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-2/+0
* backend: Ensure backend_thread is destructed before message_queueGravatar Merry2022-03-101-1/+1
* logging: Convert `backend_thread` into an `std::jthread`Gravatar Wunkolo2022-02-271-13/+5
* Refactor Logging ImplGravatar Levi Behunin2021-11-011-27/+37
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-011-0/+3
* common/logging: Add missing includeGravatar german772021-09-011-0/+1
* Revert "logging: Display backtrace on crash"Gravatar Morph2021-08-271-111/+1
* Merge pull request #6870 from yzct12345/trace-back-stack-back-stack-backGravatar bunnei2021-08-261-1/+111
|\
| * logging: Display backtrace on crashGravatar yzct123452021-08-131-1/+111
* | logging: Fix log filter during initializationGravatar ameerj2021-08-241-4/+5
|/
* logging: Simplify and make thread-safeGravatar yzct123452021-08-131-139/+211
* common: logging: backend: Close the file after exceeding the write limitGravatar Morph2021-07-061-8/+11
* common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-241-4/+7
* common: fs: file: Remove [[nodiscard]] attribute from FlushGravatar Morph2021-06-221-1/+1
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-221-1/+1
* common: logging: Restructure backend codeGravatar Morph2021-06-131-129/+0
* common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-131-4/+14
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-15/+12
* log/backend: Use in-class initializer for FileBackendGravatar Lioncash2021-04-201-4/+6
* log/backend: Make use of erase_ifGravatar Lioncash2021-04-201-4/+4
* Merge pull request #6199 from lioncash/log-nsGravatar bunnei2021-04-141-11/+14
|\
| * log/backend: Correct order of const in copy constructorGravatar Lioncash2021-04-141-2/+5
| * common/log: Move Log namespace into the Common namespaceGravatar Lioncash2021-04-141-9/+9
* | common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
|/
* bgtc: Update to 12.x and implement OpenTaskServiceGravatar Morph2021-04-091-0/+1
* Address review commentsGravatar FearlessTobi2021-01-041-5/+5
* Delete the old log file before rotating (#5675)Gravatar xperia642021-01-041-0/+3
* Fix the old log file to work with the log parser.Gravatar bunnei2021-01-031-1/+1
* Rotate previous log file to '.old' if it existsGravatar xperia642021-01-031-4/+9
* Merge pull request #4451 from slashiee/extended-loggingGravatar bunnei2020-11-231-2/+12
|\
| * logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M2020-08-241-2/+12
* | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei2020-11-191-0/+1
* | common: Enable warnings as errorsGravatar Lioncash2020-11-021-2/+0
|/
* logging/backend: Make use of designated initializersGravatar Lioncash2020-08-031-11/+11
* common/logging: don't use regex for path trimmingGravatar BreadFish642020-01-231-1/+1
* common/logging: Silence no return value warningsGravatar ReinUsesLisp2019-11-151-2/+6
* log: Add logging class for Cheat EngineGravatar Zach Hilman2019-09-211-0/+1
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-3/+3
* logging/backend: Make time_origin a class variable instead of a local staticGravatar Lioncash2019-03-021-2/+1
* logging/backend: Move CreateEntry into the Impl classGravatar Lioncash2019-03-021-25/+26
* Adressed review commentsGravatar B3n302019-02-151-1/+2
* threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n302019-02-151-13/+7
* logging: Add Vulkan backend logging class typeGravatar ReinUsesLisp2019-02-121-0/+1
* Backport review comment from citra-emu/citra#4418Gravatar Tobias2018-12-071-2/+2
* Merge pull request #1441 from CarlKenner/DebuggerLogGravatar bunnei2018-11-051-2/+9
|\
| * logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-071-2/+9
* | logging/backend: Add missing services to the log filtersGravatar Lioncash2018-10-231-0/+3
|/