mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
returned fast_oss with optimizations
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
#include <iostream>
|
||||
// Flush to file every X writes..
|
||||
|
||||
namespace c11log {
|
||||
namespace details {
|
||||
class file_flush_helper {
|
||||
namespace c11log
|
||||
{
|
||||
namespace details
|
||||
{
|
||||
class file_flush_helper
|
||||
{
|
||||
public:
|
||||
explicit file_flush_helper(const std::chrono::milliseconds &flush_every): _flush_every(flush_every), _last_flush() {};
|
||||
|
||||
|
Reference in New Issue
Block a user