Livox SDK API  V2.2.0
spdlog::details::z_formatter Class Referencefinal

#include <pattern_formatter.h>

Inheritance diagram for spdlog::details::z_formatter:
spdlog::details::flag_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

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

Definition at line 626 of file pattern_formatter.h.

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

Member Function Documentation

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.

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

Member Data Documentation

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: