mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
returned fast_oss with optimizations
This commit is contained in:
@@ -58,8 +58,8 @@ int main(int argc, char* argv[])
|
||||
auto &my_logger = get_logger("example");
|
||||
auto null_sink = std::make_shared<sinks::null_sink>();
|
||||
//auto async = std::make_shared<sinks::async_sink>(1000);
|
||||
//async->add_sink(fsink);
|
||||
my_logger.add_sink(fsink);
|
||||
//my_logger.add_sink(null_sink);
|
||||
|
||||
|
||||
auto start = system_clock::now();
|
||||
|
@@ -7,7 +7,8 @@
|
||||
#include <iomanip>
|
||||
#include <locale>
|
||||
|
||||
namespace utils {
|
||||
namespace utils
|
||||
{
|
||||
|
||||
template<typename T>
|
||||
std::string format(const T& value)
|
||||
|
Reference in New Issue
Block a user