Lime3DS/src/common/logging
Levi Behunin 197c1adcba 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.
2023-06-30 12:15:52 +03:00
..
backend.cpp Refactor Logging Impl 2023-06-30 12:15:52 +03:00
backend.h Refactor Logging Impl 2023-06-30 12:15:52 +03:00
filter.cpp logging: Simplify and make thread-safe 2023-06-30 12:15:51 +03:00
filter.h logging: Simplify and make thread-safe 2023-06-30 12:15:51 +03:00
formatter.h common/logging: Reduce scope of fmt include 2023-06-30 12:15:52 +03:00
log_entry.h Refactor Logging Impl 2023-06-30 12:15:52 +03:00
log.h common/logging: Move Log::Entry declaration to a separate header 2023-06-30 12:15:52 +03:00
text_formatter.cpp common/logging: Move Log::Entry declaration to a separate header 2023-06-30 12:15:52 +03:00
text_formatter.h common/log: Move Log namespace into the Common namespace 2023-06-30 12:15:51 +03:00
types.h common/logging: Move Log::Entry declaration to a separate header 2023-06-30 12:15:52 +03:00