summaryrefslogtreecommitdiff
path: root/src/common/logging (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
|/
* bgtc: Update to 12.x and implement OpenTaskServiceGravatar Morph2021-04-092-0/+2
* Address review commentsGravatar FearlessTobi2021-01-041-5/+5
* Delete the old log file before rotating (#5675)Gravatar xperia642021-01-041-0/+3
* Fix the old log file to work with the log parser.Gravatar bunnei2021-01-031-1/+1
* Rotate previous log file to '.old' if it existsGravatar xperia642021-01-031-4/+9
* Merge pull request #4451 from slashiee/extended-loggingGravatar bunnei2020-11-231-2/+12
|\
| * logging/settings: Increase maximum log size to 100 MB and add extended loggin...Gravatar M&M2020-08-241-2/+12
* | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi...Gravatar bunnei2020-11-192-0/+2
* | common: Enable warnings as errorsGravatar Lioncash2020-11-021-2/+0
|/
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-1/+1
* logging/backend: Make use of designated initializersGravatar Lioncash2020-08-032-21/+15
* common/logging: don't use regex for path trimmingGravatar BreadFish642020-01-233-14/+23
* common/logging: Silence no return value warningsGravatar ReinUsesLisp2019-11-151-2/+6
* log: Add logging class for Cheat EngineGravatar Zach Hilman2019-09-212-0/+2
* general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash2019-04-011-3/+3
* logging/backend: Make time_origin a class variable instead of a local staticGravatar Lioncash2019-03-021-2/+1
* logging/backend: Move CreateEntry into the Impl classGravatar Lioncash2019-03-022-29/+26
* Adressed review commentsGravatar B3n302019-02-151-1/+2
* threadsafe_queue: Add WaitIfEmpty and use it in loggingGravatar B3n302019-02-152-13/+8
* logging: Add Vulkan backend logging class typeGravatar ReinUsesLisp2019-02-122-0/+2
* Backport review comment from citra-emu/citra#4418Gravatar Tobias2018-12-071-2/+2
* Merge pull request #1441 from CarlKenner/DebuggerLogGravatar bunnei2018-11-052-2/+23
|\
| * logging: Add DebuggerBackend for logging to Visual StudioGravatar Carl Kenner2018-10-072-2/+23
* | logging/backend: Add missing services to the log filtersGravatar Lioncash2018-10-232-0/+5
* | service: Add skeleton for psm serviceGravatar Zach Hilman2018-10-201-0/+1
|/
* text_formatter: Avoid unnecessary string temporary creation in PrintMessage()Gravatar Lioncash2018-10-041-1/+1
* Stubbed IRS (#1349)Gravatar David2018-09-232-0/+2
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-154-5/+6
* common/logging: Amend documentation commentsGravatar Lioncash2018-09-042-6/+6
* common/logging/filter: Replace C-style case with C++ static_castGravatar Lioncash2018-09-041-1/+1
* common/logging/filter: Make constructor explicitGravatar Lioncash2018-09-041-1/+1
* logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFF...Gravatar Lioncash2018-08-211-1/+1
* logging/backend: Use const reference to refer to log filterGravatar Lioncash2018-08-131-2/+3
* common/logging: Add missing service log categoriesGravatar Lioncash2018-08-082-0/+16
* service: Add usb servicesGravatar Lioncash2018-08-072-0/+2
* service: Add arp servicesGravatar Lioncash2018-08-042-0/+2
* Merge pull request #849 from DarkLordZach/xciGravatar bunnei2018-08-042-0/+2
|\
| * Remove files that are not usedGravatar Zach Hilman2018-08-012-0/+2
* | Merge pull request #898 from lioncash/migGravatar bunnei2018-08-032-0/+2
|\ \
| * | service: Add migration servicesGravatar Lioncash2018-08-022-0/+2
* | | logging/log: Remove incorrect description in PCV doc commentGravatar Lioncash2018-08-011-1/+1