mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-06-01 01:54:00 +00:00
updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user