#include <string>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include "ostream.hh"
Go to the source code of this file.
|
std::shared_ptr< spdlog::logger > | Utopia::init_logger (const std::string name, const spdlog::level::level_enum level, const bool throw_on_exist=true) |
| Initialize a logger with a certain name and log level. More...
|
|
void | Utopia::setup_loggers (const spdlog::level::level_enum level_core=spdlog::level::warn, const spdlog::level::level_enum level_data_io=spdlog::level::warn, const spdlog::level::level_enum level_data_mngr=spdlog::level::warn, const std::string &log_pattern="") |
| Set up and register the global loggers and set the global log pattern. More...
|
|