Commit 94513be0 authored by gabime's avatar gabime

formatter small cleanup

parent 86627073
...@@ -20,11 +20,7 @@ namespace formatters ...@@ -20,11 +20,7 @@ namespace formatters
class formatter class formatter
{ {
public: public:
formatter() = default;
virtual ~formatter() = default;
formatter(const formatter&) = delete;
formatter& operator=(const formatter&) = delete;
virtual void format_header(const std::string& logger_name, level::level_enum level, const log_clock::time_point& tp, std::ostream& dest) = 0; virtual void format_header(const std::string& logger_name, level::level_enum level, const log_clock::time_point& tp, std::ostream& dest) = 0;
}; };
......
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