spdlog
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
spdlog::details::m_formatter< ScopedPadder > Class Template Referencefinal

Detailed Description

template<typename ScopedPadder>
class spdlog::details::m_formatter< ScopedPadder >

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

#include <pattern_formatter-inl.h>

Inheritance diagram for spdlog::details::m_formatter< ScopedPadder >:
[legend]

Public Member Functions

 m_formatter (padding_info padinfo)
 
void format (const details::log_msg &, const std::tm &tm_time, memory_buf_t &dest) override
 

Protected Attributes

padding_info padinfo_
 

Constructor & Destructor Documentation

◆ m_formatter()

template<typename ScopedPadder >
spdlog::details::m_formatter< ScopedPadder >::m_formatter ( padding_info  padinfo)
inlineexplicit

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

Member Function Documentation

◆ format()

template<typename ScopedPadder >
void spdlog::details::m_formatter< ScopedPadder >::format ( const details::log_msg ,
const std::tm tm_time,
memory_buf_t dest 
)
inlineoverridevirtual

Implements spdlog::details::flag_formatter.

Definition at line 343 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.


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