summaryrefslogtreecommitdiffstats
path: root/src/common/logging/filter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* service: ptm: Rewrite PSM and add TSgerman772022-06-291-1/+1
* service: jit: stub JIT serviceLiam2022-04-071-0/+1
* common: logging: Add a logger for NVFlinger.bunnei2022-03-251-0/+1
* service/mnpp: Stub mnpp_appNarr the Reg2022-02-111-0/+1
* service/notif: Add notif:a and stub ListAlarmSettings,Initializegerman772021-12-061-0/+1
* ngct: Stub NGCT:U servicegerman772021-08-271-0/+1
* shader: Add loggingReinUsesLisp2021-07-231-0/+4
* common: logging: Restructure backend codeMorph2021-06-131-2/+130
* common/log: Move Log namespace into the Common namespaceLioncash2021-04-151-2/+2
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-2/+3
* logging/filter: Use std::string_view in ParseFilterString()Lioncash2018-07-201-37/+38
* Logging: Dump all logs in the queue on close in debug modeJames Rowe2018-07-151-0/+7
* Fix build and address review feedbackbunnei2018-07-031-4/+4
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-3/+3
* Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong2018-03-221-4/+4
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-4/+3
* Common: Remove async loggingYuri Kunde Schlesner2015-05-121-37/+4
* License changepurpasmart962014-12-211-1/+1
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-131-0/+132