summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log_entry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Logging ImplLevi Behunin2021-11-021-1/+0
| | | | | | | 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.
* common/logging: Move Log::Entry declaration to a separate headerameerj2021-10-021-0/+28
This reduces the load of requiring to include std::chrono in all files which include log.h