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

#include <pattern_formatter-inl.h>

Inheritance diagram for spdlog::details::full_formatter:
Collaboration diagram for spdlog::details::full_formatter:

Public Member Functions

 full_formatter (padding_info padinfo)
 
void format (const details::log_msg &msg, const std::tm &tm_time, 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::chrono::seconds cache_timestamp_ {0}
 
memory_buf_t cached_datetime_
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ full_formatter()

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

Member Function Documentation

◆ format()

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

Implements spdlog::details::flag_formatter.

Here is the call graph for this function:

Member Data Documentation

◆ cache_timestamp_

std::chrono::seconds spdlog::details::full_formatter::cache_timestamp_ {0}
private

◆ cached_datetime_

memory_buf_t spdlog::details::full_formatter::cached_datetime_
private

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