yuzu-fork/src/common/logging
ameerj 84b4ac5729 logging: Fix log filter during initialization
The log filter was being ignored on initialization due to the logging instance being initialized before the config instance, so the log filter was set to its default value.

This fixes that oversight, along with using descriptive exceptions instead of abort() calls.
2021-08-24 01:32:38 -04:00
..
backend.cpp logging: Fix log filter during initialization 2021-08-24 01:32:38 -04:00
backend.h logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
filter.cpp shader: Add logging 2021-07-22 21:51:35 -04:00
filter.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
log.h common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.cpp common: logging: Restructure backend code 2021-06-13 11:05:58 -04:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2021-04-14 23:10:58 -04:00
types.h shader: Add logging 2021-07-22 21:51:35 -04:00