mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
more code cleanup
This commit is contained in:
@@ -39,7 +39,7 @@ protected:
|
||||
void _thread_loop();
|
||||
|
||||
private:
|
||||
c11log::logger::sinks_vector_t _sinks;
|
||||
std::vector<std::shared_ptr<sink>> _sinks;
|
||||
std::atomic<bool> _active;
|
||||
q_type _q;
|
||||
std::thread _back_thread;
|
||||
|
Reference in New Issue
Block a user