9 #include "../details/os.h" 19 log_msg(
const std::string *loggers_name, level::level_enum lvl)
20 : logger_name(loggers_name)
23 #ifndef SPDLOG_NO_DATETIME 27 #ifndef SPDLOG_NO_THREAD_ID 28 thread_id = os::thread_id();
36 const std::string *logger_name{
nullptr};
37 level::level_enum level;
38 log_clock::time_point time;
44 size_t color_range_start{0};
45 size_t color_range_end{0};
Definition: async_logger.h:26
Definition: format.h:3924