Exposed logger sinks.

This commit is contained in:
Therenall
2016-09-24 15:14:05 -04:00
parent 9e37f5cef9
commit 66b08294ca
2 changed files with 7 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ public:
virtual void flush();
const std::vector<sink_ptr>& sinks() const;
protected:
virtual void _sink_it(details::log_msg&);
virtual void _set_pattern(const std::string&);
@@ -90,5 +92,3 @@ protected:
}
#include <spdlog/details/logger_impl.h>