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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-27
1
-3
/
+2
*
common: Reduce unused includes
ameerj
2022-03-19
1
-2
/
+0
*
common/logging: Move Log::Entry declaration to a separate header
ameerj
2021-10-02
1
-0
/
+1
*
common: logging: Restructure backend code
Morph
2021-06-13
1
-1
/
+1
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-15
1
-2
/
+2
*
text_formatter: Avoid unnecessary string temporary creation in PrintMessage()
Lioncash
2018-10-05
1
-1
/
+1
*
logging/text_formatter: Use empty braces for initializing CONSOLE_SCREEN_BUFFER_INFO instance
Lioncash
2018-08-21
1
-1
/
+1
*
Logging: Create logging macros based on fmtlib
Daniel Lim Wee Soong
2018-03-22
1
-31
/
+10
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Remove unnecessary WIN32_LEAN_AND_MEAN macro definition
Kloen
2017-06-30
1
-1
/
+0
*
Support mingw cross-compile
Jannik Vogel
2016-12-05
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-21
/
+31
*
Use UNREACHABLE macro for impossible cases in previous commit
Benjamin Barenblat
2015-08-03
1
-2
/
+2
*
Handle invalid `Log::Level::Count`
Benjamin Barenblat
2015-08-02
1
-0
/
+5
*
Common: Remove async logging
Yuri Kunde Schlesner
2015-05-12
1
-17
/
+2
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
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
-5
/
+2
*
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
-13
/
+23
*
Add configurable per-class log filtering
Yuri Kunde Schlesner
2014-12-13
1
-2
/
+6
*
Implement text path trimming for shorter paths.
Yuri Kunde Schlesner
2014-12-13
1
-1
/
+26
*
Re-add coloring to the console logging output.
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+50
*
New logging system
Yuri Kunde Schlesner
2014-12-13
1
-0
/
+47