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

#include <pattern_formatter-inl.h>

Inheritance diagram for spdlog::details::ch_formatter:
Collaboration diagram for spdlog::details::ch_formatter:

Public Member Functions

 ch_formatter (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

char ch_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ ch_formatter()

spdlog::details::ch_formatter::ch_formatter ( char  ch)
inlineexplicit

Member Function Documentation

◆ format()

void spdlog::details::ch_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

◆ ch_

char spdlog::details::ch_formatter::ch_
private

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