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

Detailed Description

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

#include <pattern_formatter-inl.h>

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

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
 

Protected Attributes

padding_info padinfo_
 

Private Attributes

std::string str_
 

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

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

◆ format()

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

Implements spdlog::details::flag_formatter.

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

Member Data Documentation

◆ padinfo_

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

Definition at line 61 of file pattern_formatter.h.

◆ str_

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

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


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