summaryrefslogtreecommitdiff
path: root/src/common/logging
AgeCommit message (Expand)Author
2025-02-16build: upgrade fmt and SDL2Zephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31core: Update copyright headersZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-12-26 assert/logging: Stop the logging thread and flush the backends before crashingFearlessTobi
2023-09-14ngc: implement serviceLiam
2023-07-25backend: Remove usage of explicit operator overloadlat9nq
2023-06-03Use yuzu as category instead of citraNarr the Reg
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
2023-03-01nvnflinger: fix nameLiam
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-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