citra/src/common/logging
Daniel Lim Wee Soong 51398e0301 Logging: Add customizable logging backends and fmtlib based macros
* Change the logging backend to support multiple sinks through the
Backend Interface
* Add a new set of logging macros to use fmtlib instead.
* Qt: Compile as GUI application on windows to make the console hidden by
default. Add filter configuration and a button to open log location.
* SDL: Migrate to the new logging macros
2018-04-23 21:32:56 -06:00
..
backend.cpp Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
backend.h Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00
filter.cpp common: Migrate logging macros 2018-03-25 18:42:50 +08:00
filter.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
log.h Update fmtlib to fix msvc warnings 2018-04-05 22:33:12 -06:00
text_formatter.cpp Address review comments 2018-03-16 11:18:06 +08:00
text_formatter.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00