summaryrefslogtreecommitdiff
path: root/src/common/logging/text_formatter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* common/log: Move Log namespace into the Common namespaceGravatar Lioncash2021-04-141-2/+2
* common/logging: Amend documentation commentsGravatar Lioncash2018-09-041-1/+1
* Port #3758 from Citra (#852): Add missing std::string import in text_formatterGravatar Tobias2018-07-301-0/+1
* Logging: Create logging macros based on fmtlibGravatar Daniel Lim Wee Soong2018-03-221-13/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-1/+1
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-201-1/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-1/+0
* Common: Remove async loggingGravatar Yuri Kunde Schlesner2015-05-121-8/+0
* Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-061-2/+1
* License changeGravatar purpasmart962014-12-201-1/+1
* Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-141-0/+2
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-131-1/+2
* Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-131-0/+12
* New logging systemGravatar Yuri Kunde Schlesner2014-12-131-0/+26