Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
thread_logger.h File Reference

Internal logging interface for the thread system. More...

#include <string>
#include <string_view>
#include <chrono>
#include <sstream>
#include <iomanip>
#include <thread>
#include <mutex>
#include <iostream>
#include <atomic>
#include <cstdlib>
#include <ctime>
Include dependency graph for thread_logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::thread_logger
 Structured logger for thread system. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Enumerations

enum class  kcenon::thread::log_level {
  kcenon::thread::trace , kcenon::thread::debug , kcenon::thread::info , kcenon::thread::warning ,
  kcenon::thread::error , kcenon::thread::critical
}
 Logging severity levels (legacy). More...
 

Detailed Description

Internal logging interface for the thread system.

Definition in file thread_logger.h.