spdlog
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Private Attributes | List of all members
spdlog::details::full_formatter Class Referencefinal

Detailed Description

Definition at line 929 of file pattern_formatter-inl.h.

#include <pattern_formatter-inl.h>

Inheritance diagram for spdlog::details::full_formatter:
[legend]

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
 

Protected Attributes

padding_info padinfo_
 

Private Attributes

std::chrono::seconds cache_timestamp_ {0}
 
memory_buf_t cached_datetime_
 

Constructor & Destructor Documentation

◆ full_formatter()

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

Definition at line 932 of file pattern_formatter-inl.h.

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.

Definition at line 936 of file pattern_formatter-inl.h.

Member Data Documentation

◆ cache_timestamp_

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

Definition at line 1011 of file pattern_formatter-inl.h.

◆ cached_datetime_

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

Definition at line 1012 of file pattern_formatter-inl.h.

◆ padinfo_

padding_info spdlog::details::flag_formatter::padinfo_
protectedinherited

Definition at line 61 of file pattern_formatter.h.


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