summaryrefslogtreecommitdiff
path: root/src/common/logging (follow)
Commit message (Expand)AuthorAgeFilesLines
* assert/logging: Stop the logging thread and flush the backends before crashingGravatar FearlessTobi2023-12-262-0/+20
* ngc: implement serviceGravatar Liam2023-09-142-2/+2
* backend: Remove usage of explicit operator overloadGravatar lat9nq2023-07-251-1/+1
* Use yuzu as category instead of citraGravatar Narr the Reg2023-06-031-1/+1
* common: logging: Implement Android logcat backend.Gravatar bunnei2023-06-033-0/+63
* bounded_threadsafe_queue: Deduplicate and add PushModesGravatar Morph2023-03-211-1/+1
* logging: Make use of bounded queueGravatar Morph2023-03-211-8/+8
* nvnflinger: fix nameGravatar Liam2023-03-012-102/+102
* 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-277-21/+14
* service: ptm: Rewrite PSM and add TSGravatar german772022-06-282-2/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-233-9/+6
* service: jit: stub JIT serviceGravatar Liam2022-04-062-0/+2
* common: logging: Add a logger for NVFlinger.Gravatar bunnei2022-03-242-0/+2
* common: Reduce unused includesGravatar ameerj2022-03-192-3/+0
* common: Reduce unused includesGravatar ameerj2022-03-193-4/+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
* service/mnpp: Stub mnpp_appGravatar Narr the Reg2022-02-102-0/+2
* logging/log.h: move enum class formatter to a separate file ...Gravatar liushuyu2022-01-092-15/+24
* logging/log: use `underlying_type` instead of hardcoding typesGravatar liushuyu2022-01-081-2/+4
* logging: adapt to changes in fmt 8.1Gravatar liushuyu2022-01-081-1/+14
* service/notif: Add notif:a and stub ListAlarmSettings,InitializeGravatar german772021-12-062-0/+2
* Refactor Logging ImplGravatar Levi Behunin2021-11-013-28/+39
* common/logging: Reduce scope of fmt includeGravatar ameerj2021-10-011-1/+1
* common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-015-17/+36
* common/logging: Add missing includeGravatar german772021-09-011-0/+1
* Merge pull request #6927 from german77/ngctGravatar Morph2021-08-282-0/+2
|\
| * ngct: Stub NGCT:U serviceGravatar german772021-08-272-0/+2
* | 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-132-245/+218
* shader: Add loggingGravatar ReinUsesLisp2021-07-222-0/+8
* common: logging: backend: Close the file after exceeding the write limitGravatar Morph2021-07-061-8/+11
* Merge pull request #6519 from Wunkolo/mem-size-literalGravatar bunnei2021-06-241-4/+7
|\
| * common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-241-4/+7
* | general: Add missing #pragma once directivesGravatar Morph2021-06-241-0/+2
|/
* 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-137-278/+287
* common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-132-6/+27
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-252-17/+15
* log/backend: Use in-class initializer for FileBackendGravatar Lioncash2021-04-202-6/+8
* log/backend: Make use of erase_ifGravatar Lioncash2021-04-201-4/+4
* Merge pull request #6199 from lioncash/log-nsGravatar bunnei2021-04-147-35/+44
|\
| * 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-147-33/+39