mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
1. renamed lib to to spitlog
2. Rotating bugfix
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
#define FFLOG_ENABLE_TRACE
|
||||
|
||||
#include <iostream>
|
||||
#include "c11log/logger.h"
|
||||
#include "c11log/sinks/stdout_sinks.h"
|
||||
#include "c11log/sinks/file_sinks.h"
|
||||
#include "spitlog/logger.h"
|
||||
#include "spitlog/sinks/stdout_sinks.h"
|
||||
#include "spitlog/sinks/file_sinks.h"
|
||||
using namespace std;
|
||||
using namespace c11log;
|
||||
using namespace spitlog;
|
||||
|
||||
|
||||
details::fast_oss f(const std::string& what)
|
||||
|
Reference in New Issue
Block a user