summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* assert/logging: Stop the logging thread and flush the backends before crashingFearlessTobi2023-12-261-0/+3
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* Refactor Logging ImplLevi Behunin2021-11-021-0/+2
* logging: Simplify and make thread-safeyzct123452021-08-131-106/+7
* common: logging: Restructure backend codeMorph2021-06-131-27/+1
* common: logging: backend: Wrap IOFile in a unique_ptrMorph2021-06-131-2/+13
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-2/+3
* log/backend: Use in-class initializer for FileBackendLioncash2021-04-201-2/+2
* common/log: Move Log namespace into the Common namespaceLioncash2021-04-151-2/+2
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-1/+1
* logging/backend: Make use of designated initializersLioncash2020-08-031-10/+4
* common/logging: don't use regex for path trimmingBreadFish642020-01-231-1/+1
* logging/backend: Move CreateEntry into the Impl classLioncash2019-03-021-4/+0
* threadsafe_queue: Add WaitIfEmpty and use it in loggingB3n302019-02-151-0/+1
* logging: Add DebuggerBackend for logging to Visual StudioCarl Kenner2018-10-071-0/+14
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* logging/backend: Add missing standard includesLioncash2018-07-201-2/+0
* logging/backend: Use std::string_view in RemoveBackend() and GetBackend()Lioncash2018-07-201-2/+3
* Add configurable logging backendsJames Rowe2018-07-031-3/+84
* Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong2018-03-221-2/+5
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+2
* backend: defaulted move constructor/assignmentLioncash2016-02-051-18/+2
* Common: Remove async loggingYuri Kunde Schlesner2015-05-121-80/+12
* Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.Emmanuel Gil Peyrot2015-03-061-0/+3
* License changepurpasmart962014-12-211-1/+1
* New logging systemYuri Kunde Schlesner2014-12-131-0/+134