removed to_hex from formatter

pull/5/head
gabime 12 years ago
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…
Cancel
Save