|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
// Loggers registry of unique name->logger pointer
|
|
|
|
// Loggers registry of unique name->logger pointer
|
|
|
|
// An attempt to create a logger with an already existing name will result with spdlog_ex exception.
|
|
|
|
// An attempt to create a logger with an already existing name will result with spdlog_ex exception.
|
|
|
|
// If user requests a non existing logger, nullptr will be returned
|
|
|
|
// If user requests a non-existing logger, nullptr will be returned
|
|
|
|
// This class is thread safe
|
|
|
|
// This class is thread safe
|
|
|
|
|
|
|
|
|
|
|
|
#include <chrono>
|
|
|
|
#include <chrono>
|
|
|
|