Commit 0caa2dd1 authored by gabime's avatar gabime

removed to_hex from formatter

parent 6cc426d0
...@@ -18,8 +18,6 @@ namespace formatters ...@@ -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:
......
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