namespace
#include <include/mtx/log.hpp>
log Logger utilities.
Functions
- auto log() -> std::shared_ptr<spdlog::logger>
- Access the logger and modify it.
Function documentation
std::shared_ptr<spdlog::logger> mtx:: utils:: log:: log()
Access the logger and modify it.
For example you can set the sinks using mtx::
or modify the loglevel using mtx::
.