Namespaces | |
| fmt_helper | |
| os | |
Typedefs | |
| using | async_logger_ptr = std::shared_ptr< spdlog::async_logger > |
Enumerations | |
| enum | async_msg_type { async_msg_type::log, async_msg_type::flush, async_msg_type::terminate } |
Functions | |
| template<typename T , typename... Args> | |
| std::unique_ptr< T > | make_unique (Args &&...args) |
| static const char * | ampm (const tm &t) |
| static int | to12h (const tm &t) |
Variables | |
| static const size_t | default_async_q_size = 8192 |
| static const char * | days [] {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} |
| static const char * | full_days [] {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"} |
| static const char * | months [] {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"} |
| static const char * | full_months [] |
| using spdlog::details::async_logger_ptr = typedef std::shared_ptr<spdlog::async_logger> |
Definition at line 16 of file thread_pool.h.
|
strong |
| Enumerator | |
|---|---|
| log | |
| flush | |
| terminate | |
Definition at line 18 of file thread_pool.h.
|
static |
Definition at line 196 of file pattern_formatter.h.
| std::unique_ptr<T> spdlog::details::make_unique | ( | Args &&... | args | ) |
|
static |
Definition at line 201 of file pattern_formatter.h.
|
static |
Definition at line 207 of file pattern_formatter.h.
|
static |
|
static |
Definition at line 225 of file pattern_formatter.h.
|
static |
Definition at line 261 of file pattern_formatter.h.
|
static |
Definition at line 243 of file pattern_formatter.h.
1.8.11