Commit ab65345b authored by captainwong's avatar captainwong

update

parent 6823aae1
...@@ -115,7 +115,8 @@ public: ...@@ -115,7 +115,8 @@ public:
#define AUTO_LOG_FUNCTION jlib::range_log __log_function_object__(__the_pretty_name_of_this_function__); #define AUTO_LOG_FUNCTION jlib::range_log __log_function_object__(__the_pretty_name_of_this_function__);
static const int MAX_OUT_BUFF_LEN = 4096; constexpr size_t MAX_OUT_BUFF_LEN = 4096;
constexpr size_t MAX_INPUT_BUFF_LEN = 672;
inline void dump_hex(const void* buff, size_t buff_len, spdlog::level::level_enum level_enum = spdlog::level::warn) inline void dump_hex(const void* buff, size_t buff_len, spdlog::level::level_enum level_enum = spdlog::level::warn)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment