mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
Fixed linux port of v1.x
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "details/registry.h"
|
||||
#include "common.h"
|
||||
#include "details/registry.h"
|
||||
#include "logger.h"
|
||||
|
||||
#include <chrono>
|
||||
@@ -32,7 +32,6 @@ struct default_factory
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// Create and register a logger with a templated sink type
|
||||
// The logger's level, formatter and flush level will be set according the global settings.
|
||||
// Example:
|
||||
@@ -116,7 +115,6 @@ inline void drop_all()
|
||||
details::registry::instance().drop_all();
|
||||
}
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Trace & Debug can be switched on/off at compile time for zero cost debug statements.
|
||||
|
Reference in New Issue
Block a user