mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
removed to_hex from formatter
This commit is contained in:
parent
6cc426d0e5
commit
0caa2dd1e8
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user