summaryrefslogtreecommitdiff
path: root/src/common/logging/log_entry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-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.
* Refactor Logging ImplGravatar Levi Behunin2021-11-011-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 headerGravatar ameerj2021-10-011-0/+28
This reduces the load of requiring to include std::chrono in all files which include log.h