mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Reverted the version() function
This commit is contained in:
@@ -103,10 +103,6 @@ void shutdown();
|
||||
// Automatic registration of loggers when using spdlog::create() or spdlog::create_async
|
||||
void set_automatic_registration(bool automatic_registation);
|
||||
|
||||
// return spdlog version
|
||||
std::string version();
|
||||
|
||||
|
||||
// API for using default logger (stdout_color_mt),
|
||||
// e.g: spdlog::info("Message {}", 1);
|
||||
//
|
||||
|
Reference in New Issue
Block a user