Livox SDK API  V2.2.0
spdlog::details::async_msg Struct Reference

#include <thread_pool.h>

Public Member Functions

 async_msg ()=default
 
 ~async_msg ()=default
 
 async_msg (const async_msg &)=delete
 
 async_msg (async_msg &&)=default
 
async_msgoperator= (async_msg &&)=default
 
 async_msg (async_logger_ptr &&worker, async_msg_type the_type, details::log_msg &m)
 
 async_msg (async_logger_ptr &&worker, async_msg_type the_type)
 
 async_msg (async_msg_type the_type)
 
log_msg to_log_msg ()
 

Public Attributes

async_msg_type msg_type
 
level::level_enum level
 
log_clock::time_point time
 
size_t thread_id
 
fmt::basic_memory_buffer< char, 176 > raw
 
size_t msg_id
 
source_loc source
 
async_logger_ptr worker_ptr
 

Detailed Description

Definition at line 27 of file thread_pool.h.

Constructor & Destructor Documentation

spdlog::details::async_msg::async_msg ( )
default
spdlog::details::async_msg::~async_msg ( )
default
spdlog::details::async_msg::async_msg ( const async_msg )
delete
spdlog::details::async_msg::async_msg ( async_msg &&  )
default
spdlog::details::async_msg::async_msg ( async_logger_ptr &&  worker,
async_msg_type  the_type,
details::log_msg m 
)
inline

Definition at line 76 of file thread_pool.h.

spdlog::details::async_msg::async_msg ( async_logger_ptr &&  worker,
async_msg_type  the_type 
)
inline

Definition at line 88 of file thread_pool.h.

spdlog::details::async_msg::async_msg ( async_msg_type  the_type)
inlineexplicit

Definition at line 99 of file thread_pool.h.

Member Function Documentation

async_msg& spdlog::details::async_msg::operator= ( async_msg &&  )
default
log_msg spdlog::details::async_msg::to_log_msg ( )
inline

Definition at line 105 of file thread_pool.h.

Member Data Documentation

level::level_enum spdlog::details::async_msg::level

Definition at line 30 of file thread_pool.h.

size_t spdlog::details::async_msg::msg_id

Definition at line 35 of file thread_pool.h.

async_msg_type spdlog::details::async_msg::msg_type

Definition at line 29 of file thread_pool.h.

fmt::basic_memory_buffer<char, 176> spdlog::details::async_msg::raw

Definition at line 33 of file thread_pool.h.

source_loc spdlog::details::async_msg::source

Definition at line 36 of file thread_pool.h.

size_t spdlog::details::async_msg::thread_id

Definition at line 32 of file thread_pool.h.

log_clock::time_point spdlog::details::async_msg::time

Definition at line 31 of file thread_pool.h.

async_logger_ptr spdlog::details::async_msg::worker_ptr

Definition at line 37 of file thread_pool.h.


The documentation for this struct was generated from the following file: