Livox SDK API
V2.2.0
|
Typedefs | |
using | level_hasher = std::hash< int > |
Enumerations | |
enum | level_enum { trace = 0, debug = 1, info = 2, warn = 3, err = 4, critical = 5, off = 6 } |
Functions | |
string_view_t & | to_string_view (spdlog::level::level_enum l) noexcept |
const char * | to_short_c_str (spdlog::level::level_enum l) noexcept |
spdlog::level::level_enum | from_str (const std::string &name) noexcept |
Variables | |
static string_view_t | level_string_views [] { "trace", "debug", "info", "warning", "error", "critical", "off" } |
static const char * | short_level_names [] {"T", "D", "I", "W", "E", "C", "O"} |
using spdlog::level::level_hasher = typedef std::hash<int> |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |