index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
logging
/
text_formatter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: logging: Implement Android logcat backend.
bunnei
2023-06-03
1
-0
/
+2
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
common: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-15
1
-2
/
+2
*
common/logging: Amend documentation comments
Lioncash
2018-09-04
1
-1
/
+1
*
Port #3758 from Citra (#852): Add missing std::string import in text_formatter
Tobias
2018-07-31
1
-0
/
+1
*
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
2018-03-22
1
-13
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-1
/
+0
*
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
1
-8
/
+0
*
Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.
Emmanuel Gil Peyrot
2015-03-06
1
-2
/
+1
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Restore the original console color after logging a message.
Yuri Kunde Schlesner
2014-12-14
1
-0
/
+2
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+2
*
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+12
*
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+26