This commit is contained in:
Aaron Po
2026-05-15 14:11:34 -04:00
parent e6a20324e4
commit c58e4c1986
7 changed files with 24 additions and 44 deletions

View File

@@ -53,11 +53,6 @@ struct LogEntry {
std::chrono::system_clock::time_point timestamp =
std::chrono::system_clock::now();
std::thread::id calling_thread_id;
/// @brief The thread id of the logger
std::thread::id logging_thread_id =
std::this_thread::get_id(); // captured on construction
/// @brief Severity level of this entry.
LogLevel level;