WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::details::z_formatter Class Referencefinal

#include <pattern_formatter.h>

Inheritance diagram for spdlog::details::z_formatter:
Collaboration diagram for spdlog::details::z_formatter:

Public Member Functions

 z_formatter (padding_info padinfo)
 
 z_formatter ()=default
 
 z_formatter (const z_formatter &)=delete
 
z_formatteroperator= (const z_formatter &)=delete
 
void format (const details::log_msg &msg, const std::tm &tm_time, fmt::memory_buffer &dest) override
 
- Public Member Functions inherited from spdlog::details::flag_formatter
 flag_formatter (padding_info padinfo)
 
 flag_formatter ()=default
 
virtual ~flag_formatter ()=default
 

Public Attributes

const std::chrono::seconds cache_refresh = std::chrono::seconds(5)
 

Additional Inherited Members

- Protected Attributes inherited from spdlog::details::flag_formatter
padding_info padinfo_
 

Detailed Description

Definition at line 623 of file pattern_formatter.h.

Constructor & Destructor Documentation

◆ z_formatter() [1/3]

spdlog::details::z_formatter::z_formatter ( padding_info  padinfo)
inlineexplicit

Definition at line 626 of file pattern_formatter.h.

◆ z_formatter() [2/3]

spdlog::details::z_formatter::z_formatter ( )
default

◆ z_formatter() [3/3]

spdlog::details::z_formatter::z_formatter ( const z_formatter )
delete

Member Function Documentation

◆ format()

void spdlog::details::z_formatter::format ( const details::log_msg msg,
const std::tm &  tm_time,
fmt::memory_buffer dest 
)
inlineoverridevirtual

Implements spdlog::details::flag_formatter.

Definition at line 635 of file pattern_formatter.h.

Here is the call graph for this function:

◆ operator=()

z_formatter& spdlog::details::z_formatter::operator= ( const z_formatter )
delete

Member Data Documentation

◆ cache_refresh

const std::chrono::seconds spdlog::details::z_formatter::cache_refresh = std::chrono::seconds(5)

Definition at line 629 of file pattern_formatter.h.


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