summaryrefslogtreecommitdiffstats
path: root/src/common/logging/filter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* common: logging: Restructure backend codeMorph2021-06-131-0/+12
* 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-1/+1
* common/logging/filter: Replace C-style case with C++ static_castLioncash2018-09-041-1/+1
* common/logging/filter: Make constructor explicitLioncash2018-09-041-1/+1
* logging/filter: Use std::string_view in ParseFilterString()Lioncash2018-07-201-4/+2
* Logging: Dump all logs in the queue on close in debug modeJames Rowe2018-07-151-0/+3
* Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong2018-03-221-1/+1
* 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-2/+2
* CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-281-0/+1
* Common: Remove async loggingYuri Kunde Schlesner2015-05-121-16/+4
* Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.Emmanuel Gil Peyrot2015-03-061-0/+2
* License changepurpasmart962014-12-211-1/+1
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-131-0/+63