|
spdlog
|
Namespaces | |
| namespace | fmt_helper |
| namespace | os |
Typedefs | |
| using | async_logger_ptr = std::shared_ptr< spdlog::async_logger > |
Enumerations | |
| enum class | async_msg_type { log , flush , 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 std::array< const char *, 7 > | days {{"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}} |
| static std::array< const char *, 7 > | full_days {{"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"}} |
| static const std::array< const char *, 12 > | months {{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}} |
| static const std::array< const char *, 12 > | full_months |
| using spdlog::details::async_logger_ptr = typedef std::shared_ptr<spdlog::async_logger> |
Definition at line 21 of file thread_pool.h.
|
strong |
| Enumerator | |
|---|---|
| log | |
| flush | |
| terminate | |
Definition at line 23 of file thread_pool.h.
|
static |
Definition at line 159 of file pattern_formatter-inl.h.
| std::unique_ptr< T > spdlog::details::make_unique | ( | Args &&... | args | ) |
|
static |
Definition at line 164 of file pattern_formatter-inl.h.
|
static |
Definition at line 170 of file pattern_formatter-inl.h.
|
static |
|
static |
Definition at line 189 of file pattern_formatter-inl.h.
|
static |
Definition at line 227 of file pattern_formatter-inl.h.
|
static |
Definition at line 208 of file pattern_formatter-inl.h.