|
spdlog
|
Definition at line 595 of file pattern_formatter-inl.h.
#include <pattern_formatter-inl.h>
Public Member Functions | |
| z_formatter (padding_info padinfo) | |
| z_formatter ()=default | |
| z_formatter (const z_formatter &)=delete | |
| z_formatter & | operator= (const z_formatter &)=delete |
| void | format (const details::log_msg &msg, const std::tm &tm_time, memory_buf_t &dest) override |
Protected Attributes | |
| padding_info | padinfo_ |
Private Member Functions | |
| int | get_cached_offset (const log_msg &msg, const std::tm &tm_time) |
Private Attributes | |
| log_clock::time_point | last_update_ {std::chrono::seconds(0)} |
| int | offset_minutes_ {0} |
|
inlineexplicit |
Definition at line 598 of file pattern_formatter-inl.h.
|
default |
|
delete |
|
inlineoverridevirtual |
Implements spdlog::details::flag_formatter.
Definition at line 606 of file pattern_formatter-inl.h.
|
inlineprivate |
Definition at line 632 of file pattern_formatter-inl.h.
|
delete |
|
private |
Definition at line 629 of file pattern_formatter-inl.h.
|
private |
Definition at line 630 of file pattern_formatter-inl.h.
|
protectedinherited |
Definition at line 61 of file pattern_formatter.h.