9#include <spdlog/spdlog.h> 
   33auto Logger() -> std::shared_ptr<spdlog::logger>;
 
void AddLogFile(const volcart::filesystem::path &path)
Add a log file output to the logger.
 
void SetLogLevel(const std::string &s)
Set the logging level.
 
Volume Cartographer library
 
auto Logger() -> std::shared_ptr< spdlog::logger >
Volume Cartographer global logger.