WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::details::async_msg Struct Reference

#include <thread_pool.h>

Collaboration diagram for spdlog::details::async_msg:

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

◆ async_msg() [1/6]

spdlog::details::async_msg::async_msg ( )
default

◆ ~async_msg()

spdlog::details::async_msg::~async_msg ( )
default

◆ async_msg() [2/6]

spdlog::details::async_msg::async_msg ( const async_msg )
delete

◆ async_msg() [3/6]

spdlog::details::async_msg::async_msg ( async_msg &&  )
default

◆ async_msg() [4/6]

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.

◆ async_msg() [5/6]

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.

◆ async_msg() [6/6]

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

Definition at line 99 of file thread_pool.h.

Member Function Documentation

◆ operator=()

async_msg& spdlog::details::async_msg::operator= ( async_msg &&  )
default

◆ to_log_msg()

log_msg spdlog::details::async_msg::to_log_msg ( )
inline

Definition at line 105 of file thread_pool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ level

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

Definition at line 30 of file thread_pool.h.

◆ msg_id

size_t spdlog::details::async_msg::msg_id

Definition at line 35 of file thread_pool.h.

◆ msg_type

async_msg_type spdlog::details::async_msg::msg_type

Definition at line 29 of file thread_pool.h.

◆ raw

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

Definition at line 33 of file thread_pool.h.

◆ source

source_loc spdlog::details::async_msg::source

Definition at line 36 of file thread_pool.h.

◆ thread_id

size_t spdlog::details::async_msg::thread_id

Definition at line 32 of file thread_pool.h.

◆ time

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

Definition at line 31 of file thread_pool.h.

◆ worker_ptr

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: