summaryrefslogtreecommitdiff
path: root/src/common/logging
AgeCommit message (Expand)Author
2022-06-28service: ptm: Rewrite PSM and add TSgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06service: jit: stub JIT serviceLiam
2022-03-24common: logging: Add a logger for NVFlinger.bunnei
2022-03-19common: Reduce unused includesameerj
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
2022-02-10service/mnpp: Stub mnpp_appNarr the Reg
2022-01-09logging/log.h: move enum class formatter to a separate file ...liushuyu
2022-01-08logging/log: use `underlying_type` instead of hardcoding typesliushuyu
2022-01-08logging: adapt to changes in fmt 8.1liushuyu
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman77
2021-11-01 Refactor Logging ImplLevi Behunin
2021-10-01common/logging: Reduce scope of fmt includeameerj
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-09-01common/logging: Add missing includegerman77
2021-08-28Merge pull request #6927 from german77/ngctMorph
2021-08-27ngct: Stub NGCT:U servicegerman77
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-22shader: Add loggingReinUsesLisp
2021-07-06common: logging: backend: Close the file after exceeding the write limitMorph
2021-06-24Merge pull request #6519 from Wunkolo/mem-size-literalbunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-24general: Add missing #pragma once directivesMorph
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-16common/fileutil: Convert namespace to Common::FSLioncash