Livox SDK API
V2.2.0
|
#include <pattern_formatter.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, fmt::memory_buffer &dest) override |
Public Member Functions inherited from spdlog::details::flag_formatter | |
flag_formatter (padding_info padinfo) | |
flag_formatter ()=default | |
virtual | ~flag_formatter ()=default |
Public Attributes | |
const std::chrono::seconds | cache_refresh = std::chrono::seconds(5) |
Additional Inherited Members | |
Protected Attributes inherited from spdlog::details::flag_formatter | |
padding_info | padinfo_ |
Definition at line 623 of file pattern_formatter.h.
|
inlineexplicit |
Definition at line 626 of file pattern_formatter.h.
|
default |
|
delete |
|
inlineoverridevirtual |
Implements spdlog::details::flag_formatter.
Definition at line 635 of file pattern_formatter.h.
|
delete |
const std::chrono::seconds spdlog::details::z_formatter::cache_refresh = std::chrono::seconds(5) |
Definition at line 629 of file pattern_formatter.h.