Agora  1.2.0
Agora project
spdlog::details::aggregate_formatter Class Referencefinal

#include <pattern_formatter-inl.h>

Inheritance diagram for spdlog::details::aggregate_formatter:
Collaboration diagram for spdlog::details::aggregate_formatter:

Public Member Functions

 aggregate_formatter ()=default
 
void add_ch (char ch)
 
void format (const details::log_msg &, const std::tm &, memory_buf_t &dest) override
 
- Public Member Functions inherited from spdlog::details::flag_formatter
 flag_formatter (padding_info padinfo)
 
 flag_formatter ()=default
 
virtual ~flag_formatter ()=default
 

Private Attributes

std::string str_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ aggregate_formatter()

spdlog::details::aggregate_formatter::aggregate_formatter ( )
default

Member Function Documentation

◆ add_ch()

void spdlog::details::aggregate_formatter::add_ch ( char  ch)
inline

◆ format()

void spdlog::details::aggregate_formatter::format ( const details::log_msg ,
const std::tm &  ,
memory_buf_t dest 
)
inlineoverridevirtual

Implements spdlog::details::flag_formatter.

Here is the call graph for this function:

Member Data Documentation

◆ str_

std::string spdlog::details::aggregate_formatter::str_
private

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