mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
removed to_hex from formatter
This commit is contained in:
@@ -18,8 +18,6 @@ namespace formatters
|
|||||||
typedef std::function<std::string(const std::string& logger_name, const std::string&, level::level_enum, const c11log::log_clock::time_point&)> format_fn;
|
typedef std::function<std::string(const std::string& logger_name, const std::string&, level::level_enum, const c11log::log_clock::time_point&)> format_fn;
|
||||||
|
|
||||||
|
|
||||||
std::string to_hex(const unsigned char* buf, std::size_t size);
|
|
||||||
|
|
||||||
class formatter
|
class formatter
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user