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

Detailed Description

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

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

#include <pattern_formatter-inl.h>

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

Public Member Functions

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

Protected Attributes

padding_info padinfo_
 

Constructor & Destructor Documentation

◆ pid_formatter()

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

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

Member Function Documentation

◆ format()

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

Implements spdlog::details::flag_formatter.

Definition at line 670 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: