citra/src/common/logging
James Rowe 0daac3020e 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-03-16 11:18:06 +08:00
..
backend.cpp Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
backend.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
filter.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
filter.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
log.h Logging: Add customizable logging backends and fmtlib based macros 2018-03-16 11:18:06 +08:00
text_formatter.cpp Logging: Add customizable logging backends and fmtlib based macros 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