summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* Refactor Logging ImplGravatar Levi Behunin2021-11-011-0/+2
* logging: Simplify and make thread-safeGravatar yzct123452021-08-131-106/+7
* common: logging: Restructure backend codeGravatar Morph2021-06-131-27/+1
* common: logging: backend: Wrap IOFile in a unique_ptrGravatar Morph2021-06-131-2/+13
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-2/+3
* log/backend: Use in-class initializer for FileBackendGravatar Lioncash2021-04-201-2/+2
* common/log: Move Log namespace into the Common namespaceGravatar Lioncash2021-04-141-2/+2
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-1/+1
* logging/backend: Make use of designated initializersGravatar Lioncash2020-08-031-10/+4
* common/logging: don't use regex for path trimmingGravatar BreadFish642020-01-231-1/+1
* logging/backend: Move CreateEntry into the Impl classGravatar Lioncash2019-03-021-4/+0
* threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n302019-02-151-0/+1
* logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-071-0/+14
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-1/+1
* logging/backend: Add missing standard includesGravatar Lioncash2018-07-201-2/+0
* logging/backend: Use std::string_view in RemoveBackend() and GetBackend()Gravatar Lioncash2018-07-201-2/+3
* Add configurable logging backendsGravatar James Rowe2018-07-021-3/+84
* Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-221-2/+5
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-4/+2
* backend: defaulted move constructor/assignmentGravatar Lioncash2016-02-041-18/+2
* Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-121-80/+12
* Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-061-0/+3
* License changeGravatar purpasmart962014-12-201-1/+1
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-0/+134