summaryrefslogtreecommitdiff
path: root/src/common/logging (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-14ngc: implement serviceGravatar Liam2-2/+2
2023-07-25backend: Remove usage of explicit operator overloadGravatar lat9nq1-1/+1
2023-06-03Use yuzu as category instead of citraGravatar Narr the Reg1-1/+1
2023-06-03common: logging: Implement Android logcat backend.Gravatar bunnei3-0/+63
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph1-1/+1
2023-03-21logging: Make use of bounded queueGravatar Morph1-8/+8
2023-03-01nvnflinger: fix nameGravatar Liam2-102/+102
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 Pappacoda7-21/+14
2022-06-28service: ptm: Rewrite PSM and add TSGravatar german772-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph3-9/+6
2022-04-06service: jit: stub JIT serviceGravatar Liam2-0/+2
2022-03-24common: logging: Add a logger for NVFlinger.Gravatar bunnei2-0/+2
2022-03-19common: Reduce unused includesGravatar ameerj2-3/+0
2022-03-19common: Reduce unused includesGravatar ameerj3-4/+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
2022-02-10service/mnpp: Stub mnpp_appGravatar Narr the Reg2-0/+2
2022-01-09logging/log.h: move enum class formatter to a separate file ...Gravatar liushuyu2-15/+24
2022-01-08logging/log: use `underlying_type` instead of hardcoding typesGravatar liushuyu1-2/+4
2022-01-08logging: adapt to changes in fmt 8.1Gravatar liushuyu1-1/+14
2021-12-06service/notif: Add notif:a and stub ListAlarmSettings,InitializeGravatar german772-0/+2
2021-11-01 Refactor Logging ImplGravatar Levi Behunin3-28/+39
2021-10-01common/logging: Reduce scope of fmt includeGravatar ameerj1-1/+1
2021-10-01common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj5-17/+36
2021-09-01common/logging: Add missing includeGravatar german771-0/+1
2021-08-27ngct: Stub NGCT:U serviceGravatar german772-0/+2
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 yzct123452-245/+218
2021-07-22shader: Add loggingGravatar ReinUsesLisp2-0/+8
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-24general: Add missing #pragma once directivesGravatar Morph1-0/+2
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 Morph7-278/+287
2021-06-13common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2-6/+27
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2-17/+15
2021-04-20log/backend: Use in-class initializer for FileBackendGravatar Lioncash2-6/+8
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 Lioncash7-33/+39
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
2021-04-09bgtc: Update to 12.x and implement OpenTaskServiceGravatar Morph2-0/+2
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