citra/src/common/logging
James Rowe 87bc5266ef Logging: Various logging improvements
* Uses PopWait to reduce the amount of busy waiting if there aren't many
new logs
* Opens the log file as shared on windows, letting other programs read
the logs, but not write to them while citra is running
* Flushes the logs to disk if a log >= error arrives
2018-03-16 11:18:06 +08:00
..
backend.cpp Logging: Various logging improvements 2018-03-16 11:18:06 +08:00
backend.h Logging: Various logging improvements 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 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