mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-24 09:31:34 +08:00
formatter small cleanup
This commit is contained in:
parent
866270739c
commit
94513be061
@ -20,11 +20,7 @@ namespace formatters
|
||||
|
||||
class formatter
|
||||
{
|
||||
public:
|
||||
formatter() = default;
|
||||
virtual ~formatter() = default;
|
||||
formatter(const formatter&) = delete;
|
||||
formatter& operator=(const formatter&) = delete;
|
||||
public:
|
||||
virtual void format_header(const std::string& logger_name, level::level_enum level, const log_clock::time_point& tp, std::ostream& dest) = 0;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user