summaryrefslogtreecommitdiff
path: root/src/common/logging/log_entry.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-11-01 Refactor Logging ImplGravatar Levi Behunin1-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.
2021-10-01common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj1-0/+28
This reduces the load of requiring to include std::chrono in all files which include log.h