2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/common/logging
Levi Behunin d6b5f64484 Refactor Logging Impl
Loop on stop_token and remove final_entry in Entry.
Move Backend thread out of Impl Constructor to its own function.
Add Start function for backend thread.
Use stop token in PopWait and check if entry filename is nullptr before logging.
2021-11-01 18:36:27 -06:00
..
backend.cpp Refactor Logging Impl 2021-11-01 18:36:27 -06:00
backend.h Refactor Logging Impl 2021-11-01 18:36:27 -06:00
filter.cpp ngct: Stub NGCT:U service 2021-08-27 14:15:34 -05:00
filter.h
log.h common/logging: Reduce scope of fmt include 2021-10-01 20:48:49 -04:00
log_entry.h Refactor Logging Impl 2021-11-01 18:36:27 -06:00
text_formatter.cpp common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
text_formatter.h
types.h common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00