mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Removed formatter_ member from the sink interface
This commit is contained in:
@@ -28,9 +28,10 @@ public:
|
||||
|
||||
void set_formatter(std::unique_ptr<spdlog::formatter> sink_formatter) override;
|
||||
|
||||
private:
|
||||
protected:
|
||||
mutex_t &mutex_;
|
||||
FILE *file_;
|
||||
std::unique_ptr<spdlog::formatter> formatter_;
|
||||
};
|
||||
|
||||
template<typename ConsoleMutex>
|
||||
|
||||
Reference in New Issue
Block a user