Volume Cartographer 2.27.0
Namespaces | Functions
Logging.hpp File Reference
#include <spdlog/spdlog.h>
#include "vc/core/filesystem.hpp"
Include dependency graph for Logging.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  volcart::logging
 Logging utilities.
 
namespace  volcart
 Volume Cartographer library
 

Functions

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