summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
AgeCommit message (Expand)Author
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
2019-02-12logging: Add Vulkan backend logging class typeReinUsesLisp
2018-12-07Backport review comment from citra-emu/citra#4418Tobias
2018-11-05Merge pull request #1441 from CarlKenner/DebuggerLogbunnei
2018-10-23logging/backend: Add missing services to the log filtersLioncash
2018-10-07logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner
2018-09-23Stubbed IRS (#1349)David
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-13logging/backend: Use const reference to refer to log filterLioncash
2018-08-08common/logging: Add missing service log categoriesLioncash
2018-08-07service: Add usb servicesLioncash
2018-08-04service: Add arp servicesLioncash
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-03Merge pull request #898 from lioncash/migbunnei
2018-08-02service: Add migration servicesLioncash
2018-08-01service: Add psc servicesLioncash
2018-08-01Merge pull request #888 from lioncash/capsbunnei
2018-08-01service: Add capture servicesLioncash
2018-08-01service: Add bpc and pcv servicesLioncash
2018-08-01Remove files that are not usedZach Hilman