yuzu/src/common/logging
Daniel Lim Wee Soong 3b558eebee Logging: Create logging macros based on fmtlib
Add a new set of logging macros based on fmtlib
Similar but not exactly the same as https://github.com/citra-emu/citra/pull/3533

Citra currently uses a different version of fmt, which does not support FMT_VARIADIC so
make_args is used instead. On the other hand, yuzu uses fmt 4.1.0 which doesn't have make_args yet
so FMT_VARIADIC is used.
2018-03-22 18:21:29 +08:00
..
backend.cpp Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
backend.h Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
filter.cpp Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
filter.h Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
log.h Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
text_formatter.cpp Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00
text_formatter.h Logging: Create logging macros based on fmtlib 2018-03-22 18:21:29 +08:00