19#include <spdlog/spdlog.h> 
   31std::shared_ptr<spdlog::logger> 
make_logger(
const std::string& name, 
bool error = 
false);
 
Definition: logging.cpp:55
std::shared_ptr< spdlog::logger > make_registered_logger(const std::string &name, bool error)
Definition: logging.cpp:102
std::shared_ptr< spdlog::logger > make_logger(const std::string &name, bool error)
Initializes a logger with the right outputs based on the various configurations
Definition: logging.cpp:56