summaryrefslogtreecommitdiffstats
path: root/src/common/logging/text_formatter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: logging: Implement Android logcat backend.bunnei2023-06-031-0/+2
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* common/log: Move Log namespace into the Common namespaceLioncash2021-04-151-2/+2
* common/logging: Amend documentation commentsLioncash2018-09-041-1/+1
* Port #3758 from Citra (#852): Add missing std::string import in text_formatterTobias2018-07-311-0/+1
* Logging: Create logging macros based on fmtlibDaniel Lim Wee Soong2018-03-221-13/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Fix typosRicardo de Almeida Gonzaga2016-10-201-1/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-1/+0
* Common: Remove async loggingYuri Kunde Schlesner2015-05-121-8/+0
* Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.Emmanuel Gil Peyrot2015-03-061-2/+1
* License changepurpasmart962014-12-211-1/+1
* Restore the original console color after logging a message.Yuri Kunde Schlesner2014-12-141-0/+2
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-131-1/+2
* Implement text path trimming for shorter paths.Yuri Kunde Schlesner2014-12-131-0/+12
* New logging systemYuri Kunde Schlesner2014-12-131-0/+26