Horizon Official Technical Documentation
Logger.cpp File Reference
#include "Logger.hpp"
#include <iostream>
#include <boost/log/utility/setup/file.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/utility/setup/common_attributes.hpp>
#include <boost/log/utility/setup/console.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/log/support/date_time.hpp>
#include <boost/core/null_deleter.hpp>
+ Include dependency graph for Logger.cpp:

Functions

static std::string color (uint16_t color)
 

Function Documentation

◆ color()

static std::string color ( uint16_t  color)
inlinestatic
40{ return "\033[" + std::to_string(color) + "m"; }
static std::string color(uint16_t color)
Definition: Logger.cpp:40

References color().

Referenced by color(), and Logger::colored_formatter().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: