#include <pattern_formatter.h>
|
const std::chrono::seconds | cache_refresh = std::chrono::seconds(5) |
|
|
log_clock::time_point | last_update_ {std::chrono::seconds(0)} |
|
Definition at line 623 of file pattern_formatter.h.
spdlog::details::z_formatter::z_formatter |
( |
padding_info |
padinfo | ) |
|
|
inlineexplicit |
spdlog::details::z_formatter::z_formatter |
( |
| ) |
|
|
default |
spdlog::details::z_formatter::z_formatter |
( |
const z_formatter & |
| ) |
|
|
delete |
Implements spdlog::details::flag_formatter.
Definition at line 635 of file pattern_formatter.h.
637 const size_t field_size = 6;
641 int total_minutes = get_cached_offset(
msg, tm_time);
651 total_minutes = -total_minutes;
void msg(const char *fmt,...)
int utc_minutes_offset(const std::tm &tm=details::os::localtime())
FMT_CONSTEXPR std::enable_if< std::numeric_limits< T >::is_signed, bool >::type is_negative(T value)
void pad2(int n, fmt::basic_memory_buffer< char, Buffer_Size > &dest)
const std::chrono::seconds spdlog::details::z_formatter::cache_refresh = std::chrono::seconds(5) |
log_clock::time_point spdlog::details::z_formatter::last_update_ {std::chrono::seconds(0)} |
|
private |
The documentation for this class was generated from the following file: