mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +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;
|
||||
|
||||
|
||||
std::string to_hex(const unsigned char* buf, std::size_t size);
|
||||
|
||||
class formatter
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user