Newer
Older
/// @file
/// @brief Header for logging related functions
namespace mtx {
namespace utils {
/// @brief Access the logger and modify it.
///
/// For example you can set the sinks using `mtx::utils::log::log()->sinks() = sinks` or modify the
/// loglevel using `mtx::utils::log::log()->set_level(spdlog::level::trace)`.