Public Member Functions | Protected Attributes | List of all members
spdlog::details::flag_formatter Class Referenceabstract

#include <pattern_formatter.h>

Inheritance diagram for spdlog::details::flag_formatter:
spdlog::details::a_formatter spdlog::details::A_formatter spdlog::details::aggregate_formatter spdlog::details::B_formatter spdlog::details::b_formatter spdlog::details::C_formatter spdlog::details::c_formatter spdlog::details::ch_formatter spdlog::details::color_start_formatter spdlog::details::color_stop_formatter spdlog::details::D_formatter spdlog::details::d_formatter spdlog::details::E_formatter spdlog::details::e_formatter spdlog::details::F_formatter spdlog::details::f_formatter spdlog::details::full_formatter spdlog::details::H_formatter spdlog::details::I_formatter spdlog::details::i_formatter spdlog::details::level_formatter spdlog::details::M_formatter spdlog::details::m_formatter spdlog::details::name_formatter spdlog::details::p_formatter spdlog::details::pid_formatter spdlog::details::r_formatter spdlog::details::R_formatter spdlog::details::S_formatter spdlog::details::short_level_formatter spdlog::details::source_filename_formatter spdlog::details::source_funcname_formatter spdlog::details::source_linenum_formatter spdlog::details::source_location_formatter spdlog::details::T_formatter spdlog::details::t_formatter spdlog::details::v_formatter spdlog::details::Y_formatter spdlog::details::z_formatter

Public Member Functions

 flag_formatter (padding_info padinfo)
 
 flag_formatter ()=default
 
virtual ~flag_formatter ()=default
 
virtual void format (const details::log_msg &msg, const std::tm &tm_time, fmt::memory_buffer &dest)=0
 

Protected Attributes

padding_info padinfo_
 

Detailed Description

Definition at line 111 of file pattern_formatter.h.

Constructor & Destructor Documentation

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

Definition at line 114 of file pattern_formatter.h.

115  : padinfo_(padinfo)
116  {
117  }
spdlog::details::flag_formatter::flag_formatter ( )
default
virtual spdlog::details::flag_formatter::~flag_formatter ( )
virtualdefault

Member Function Documentation

virtual void spdlog::details::flag_formatter::format ( const details::log_msg msg,
const std::tm &  tm_time,
fmt::memory_buffer dest 
)
pure virtual

Member Data Documentation

padding_info spdlog::details::flag_formatter::padinfo_
protected

Definition at line 123 of file pattern_formatter.h.


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