|
spdlog
|
#include <common.h>
Public Member Functions | |
| spdlog_ex (std::string msg) | |
| spdlog_ex (const std::string &msg, int last_errno) | |
| const char * | what () const SPDLOG_NOEXCEPT override |
| T | what (T... args) |
Private Attributes | |
| std::string | msg_ |
|
explicit |
Definition at line 52 of file common-inl.h.
| SPDLOG_INLINE spdlog::spdlog_ex::spdlog_ex | ( | const std::string & | msg, |
| int | last_errno | ||
| ) |
Definition at line 56 of file common-inl.h.
|
override |
Definition at line 63 of file common-inl.h.
|
private |